Skip to content

Commit

Permalink
tmp! testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Feb 5, 2024
1 parent 4031d29 commit 7803f9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pathogen-repo-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
needs: [run-build, workflow-context]
if: needs.run-build.outputs.AWS_BATCH_JOB_ID
runs-on: ubuntu-latest
timeout-minutes: 360
timeout-minutes: 2
steps:
# Uses needs.workflow-context.outputs
- # Need to run this after the build repo is cloned so that cloning the
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
# timed out while attached to the AWS Batch job.
wait-2:
runs-on: ubuntu-latest
timeout-minutes: 360
timeout-minutes: 2
steps:
# Uses needs.workflow-context.outputs
- # Need to run this after the build repo is cloned so that cloning the
Expand Down Expand Up @@ -424,7 +424,7 @@ jobs:
# 12–18 hours
wait-3:
runs-on: ubuntu-latest
timeout-minutes: 360
timeout-minutes: 2
steps:
# Uses needs.workflow-context.outputs
- # Need to run this after the build repo is cloned so that cloning the
Expand Down Expand Up @@ -482,7 +482,7 @@ jobs:
# 18–24 hours
wait-4:
runs-on: ubuntu-latest
timeout-minutes: 360
timeout-minutes: 2
steps:
# Uses needs.workflow-context.outputs
- # Need to run this after the build repo is cloned so that cloning the
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pathogen-repo-build.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
needs: [run-build, workflow-context]
if: needs.run-build.outputs.AWS_BATCH_JOB_ID
runs-on: ubuntu-latest
timeout-minutes: 360
timeout-minutes: 2
steps:
# Uses needs.workflow-context.outputs
- *checkout-workflow-support
Expand Down

0 comments on commit 7803f9c

Please sign in to comment.