Skip to content

Commit

Permalink
Merge pull request #100: Check installation workflow upon edit
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Nov 22, 2024
2 parents 3e12a3d + 59ba2d9 commit 45a83cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
# Every day at 17:42 UTC / 9:42 Seattle (winter) / 10:42 Seattle (summer)
- cron: "42 17 * * *"

pull_request:
paths:
- .github/workflows/installation.yaml

workflow_dispatch:

jobs:
Expand Down Expand Up @@ -41,7 +45,7 @@ jobs:

# Surface failures via GitHub issues
failure-reporting:
if: ${{ always() }}
if: ${{ always() && github.ref_name == github.event.repository.default_branch }}
runs-on: ubuntu-latest
needs: [test]
steps:
Expand Down

0 comments on commit 45a83cb

Please sign in to comment.