Skip to content

Commit

Permalink
ci: only run FOSSA scan on master
Browse files Browse the repository at this point in the history
  • Loading branch information
black-desk committed Nov 5, 2024
1 parent aab7d95 commit 049dff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
fossa-scan:
name: FOSSA scan
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -65,7 +66,6 @@ jobs:
needs:
- checks
- build-and-test
- fossa-scan
runs-on: ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
Expand Down

0 comments on commit 049dff1

Please sign in to comment.