mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-05 21:17:06 +00:00
Create recurring-int-tests.yml
This commit is contained in:
parent
1247074da8
commit
59773d8b3d
1 changed files with 19 additions and 0 deletions
19
.github/workflows/recurring-int-tests.yml
vendored
Normal file
19
.github/workflows/recurring-int-tests.yml
vendored
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue