Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jul 14, 2024
1 parent 0182514 commit 8020377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
## if we're running the given CI run number. Useful for
## speeding up development of the CI itself, in order to
## avoid rebuilding.
CI_ARTIFACTS_RUN_NUMBER: ${{ github.event.inputs.ci_artifacts_run_number || github.run_number }}
CI_ARTIFACTS_RUN_NUMBER: 300

jobs:
# Determines which jobs should be run, or (in case this is a re-run)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-main.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
## if we're running the given CI run number. Useful for
## speeding up development of the CI itself, in order to
## avoid rebuilding.
CI_ARTIFACTS_RUN_NUMBER: ${{ github.event.inputs.ci_artifacts_run_number || github.run_number }}
CI_ARTIFACTS_RUN_NUMBER: 300

jobs:
# Determines which jobs should be run, or (in case this is a re-run)
Expand Down

0 comments on commit 8020377

Please sign in to comment.