Skip to content

Commit

Permalink
Run GitHub workflow for PRs, not pushes
Browse files Browse the repository at this point in the history
A random push doesn't have much value to be tested
  • Loading branch information
daniel-otero committed Nov 15, 2024
1 parent ca0b924 commit 447da1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-webpage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check Open Catalog Web

on:
push
pull-request:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-benchmark-script.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# IMPORTANT NOTE: The results of these benchmarks are not representative. This
# is simply a smoke test to check everything compiles and runs.
on:
push:
pull-request:

jobs:
# Let us run this job on Ubuntu only as it is the only image that has gcc,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# is simply a smoke test to check everything compiles and runs.

on:
push:
pull-request:

jobs:
compile-and-run:
Expand Down

0 comments on commit 447da1d

Please sign in to comment.