Skip to content

Commit 59773d8

Browse files
Create recurring-int-tests.yml
1 parent 1247074 commit 59773d8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Recurring INT tests
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: '0 */2 * * *' # every other hour
6+
7+
permissions:
8+
contents: read
9+
10+
jobs:
11+
int-tests:
12+
name: int tests
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Canary test
16+
uses: docker://ghcr.io/step-security/integration-test/int:latest
17+
env:
18+
PAT: ${{ secrets.PAT }}
19+
canary: true

0 commit comments

Comments
 (0)