|
| 1 | +# Portions of this file contributed by NIST are governed by the following |
| 2 | +# statement: |
| 3 | +# |
1 | 4 | # This software was developed at the National Institute of Standards |
2 | 5 | # and Technology by employees of the Federal Government in the course |
3 | | -# of their official duties. Pursuant to title 17 Section 105 of the |
4 | | -# United States Code this software is not subject to copyright |
5 | | -# protection and is in the public domain. NIST assumes no |
6 | | -# responsibility whatsoever for its use by other parties, and makes |
7 | | -# no guarantees, expressed or implied, about its quality, |
8 | | -# reliability, or any other characteristic. |
| 6 | +# of their official duties. Pursuant to Title 17 Section 105 of the |
| 7 | +# United States Code, this software is not subject to copyright |
| 8 | +# protection within the United States. NIST assumes no responsibility |
| 9 | +# whatsoever for its use by other parties, and makes no guarantees, |
| 10 | +# expressed or implied, about its quality, reliability, or any other |
| 11 | +# characteristic. |
9 | 12 | # |
10 | 13 | # We would appreciate acknowledgement if the software is used. |
11 | 14 |
|
12 | 15 | # This workflow uses Make to review direct dependencies of this |
13 | 16 | # repository. |
14 | 17 |
|
15 | | -name: Supply Chain |
| 18 | +name: Prerelease |
16 | 19 |
|
17 | 20 | on: |
18 | | - schedule: |
19 | | - - cron: '15 5 * * 1,2,3,4,5' |
| 21 | + pull_request: |
| 22 | + branches: |
| 23 | + - main |
20 | 24 |
|
21 | 25 | jobs: |
22 | 26 | build: |
|
37 | 41 | with: |
38 | 42 | python-version: ${{ matrix.python-version }} |
39 | 43 | - name: Review dependencies |
40 | | - run: make check-supply-chain |
| 44 | + run: make check-supply-chain-pre-commit |
0 commit comments