Skip to content

Commit c7a516b

Browse files
authored
Merge pull request #1093 from sigstore/loosebazooka-patch-2
Update conformance.yml
2 parents 12b245f + 7137820 commit c7a516b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/conformance.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ permissions:
33
contents: read
44

55
on:
6+
schedule:
7+
- cron: '0 14 * * 1,4' # work hours for nyc
68
push:
79
branches: [main]
810
pull_request: {}
9-
# TODO: add cron
1011

1112
jobs:
1213
conformance:
@@ -54,7 +55,7 @@ jobs:
5455
java-version: ${{ matrix.java-version }}
5556
distribution: 'temurin'
5657

57-
- uses: sigstore/sigstore-conformance@244638a7a138ae9f6106cfe2d44a698eccd3bef7 # v0.0.21
58+
- uses: sigstore/sigstore-conformance@48320dc345b60e599a447a3d321b71b310c687bb # v0.0.23
5859
with:
5960
entrypoint: ${{ github.workspace }}/sigstore-cli/sigstore-cli-server
6061
environment: ${{ matrix.sigstore-env }}

0 commit comments

Comments
 (0)