Skip to content

Commit

Permalink
Merge pull request #155 from step-security/varunsh-coder-patch-1
Browse files Browse the repository at this point in the history
Create recurring-int-tests.yml
  • Loading branch information
varunsh-coder committed Aug 9, 2022
2 parents 1247074 + 59773d8 commit 613bd0d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/recurring-int-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Recurring INT tests
on:
workflow_dispatch:
schedule:
- cron: '0 */2 * * *' # every other hour

permissions:
contents: read

jobs:
int-tests:
name: int tests
runs-on: ubuntu-latest
steps:
- name: Canary test
uses: docker://ghcr.io/step-security/integration-test/int:latest
env:
PAT: ${{ secrets.PAT }}
canary: true

0 comments on commit 613bd0d

Please sign in to comment.