Skip to content

Commit

Permalink
Increase sleep time; disable steps for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Jun 2, 2022
1 parent 53816a2 commit b40418e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
- uses: actions/checkout@v2

- name: Wait for Zenodo webhook
run: sleep 120
run: sleep 180
if: false

- name: Setup Python
uses: actions/setup-python@v3
Expand All @@ -67,7 +68,8 @@ jobs:
- uses: actions/checkout@v2

- name: Wait for Zenodo webhook
run: sleep 120
run: sleep 180
if: false

- name: Setup Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit b40418e

Please sign in to comment.