github.com/quay/claircore@v1.5.28/.github/workflows/updater-check.yml (about) 1 --- 2 name: Updater Check 3 on: 4 workflow_dispatch: {} 5 schedule: 6 # Run weekly 7 - cron: '42 5 * * 1' 8 9 jobs: 10 test_schedule: 11 name: Periodic 12 runs-on: ubuntu-latest 13 steps: 14 - uses: actions/checkout@v4 15 - uses: actions/setup-go@v5 16 with: 17 check-latest: true 18 go-version-file: ./go.mod 19 - run: go test ./test/periodic -enable