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 79eefc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-webpage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Check Open Catalog Web

on:
push
push:
pull-request:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-benchmark-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# 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
1 change: 1 addition & 0 deletions .github/workflows/test-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

on:
push:
pull-request:

jobs:
compile-and-run:
Expand Down

0 comments on commit 79eefc0

Please sign in to comment.