Skip to content

Commit

Permalink
Merge pull request #74 from DeterminateSystems/cole-h-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-h authored Aug 30, 2023
2 parents 50a5be7 + 8f77f4d commit 2752e3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/production-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
|| (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'production test'))
production-test:
needs: build
runs-on: UbuntuLatest32Cores128G
timeout-minutes: 5
if: |
Expand Down Expand Up @@ -43,7 +44,8 @@ jobs:
uses: ./
with:
visibility: "hidden"
rolling-prefix: "0.0"
rolling-minor: 0
rolling: true
log-directives: "flakehub_push=trace"
logger: "pretty"
flakehub-push-binary: ./flakehub-push-X64-Linux/flakehub-push

0 comments on commit 2752e3c

Please sign in to comment.