We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e629f97 commit 3d952dfCopy full SHA for 3d952df
.github/workflows/fossa.yaml
@@ -5,12 +5,14 @@ on:
5
- push
6
7
jobs:
8
- build:
+ fossa:
9
+ # This job is only useful when run on upstream
10
+ if: github.repository == 'nginxinc/ngx-rust' || github.event_name == 'workflow_dispatch'
11
+ name: FOSSA scan
12
runs-on: ubuntu-latest
-
13
steps:
14
- name: Checkout code
- uses: actions/checkout@v2
15
+ uses: actions/checkout@v3
16
17
- name: Run FOSSA scan and upload build data
18
uses: fossa-contrib/fossa-action@v1
0 commit comments