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 1b2faf0 commit 937ff07Copy full SHA for 937ff07
1 file changed
.github/workflows/definitions.yml
@@ -2,6 +2,7 @@ name: Definitions
2
on:
3
schedule: [{ cron: "0 */6 * * *" }] # 6hrly https://crontab.guru/#0_*/6_*_*_*
4
workflow_dispatch:
5
+ push: #temp
6
7
permissions: {}
8
jobs:
@@ -12,6 +13,7 @@ jobs:
12
13
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
14
with: { egress-policy: audit }
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
+ with: { ref: main } #temp
17
- run: npm ci
18
19
- run: npm run scrape-definitions
0 commit comments