Skip to content

Commit 937ff07

Browse files
committed
temp run on push
1 parent 1b2faf0 commit 937ff07

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/definitions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Definitions
22
on:
33
schedule: [{ cron: "0 */6 * * *" }] # 6hrly https://crontab.guru/#0_*/6_*_*_*
44
workflow_dispatch:
5+
push: #temp
56

67
permissions: {}
78
jobs:
@@ -12,6 +13,7 @@ jobs:
1213
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
1314
with: { egress-policy: audit }
1415
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
with: { ref: main } #temp
1517
- run: npm ci
1618

1719
- run: npm run scrape-definitions

0 commit comments

Comments
 (0)