Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Nov 25, 2024
1 parent 4671267 commit 5c10c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/forkless-update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
RPC_URL: ${{ env.RELAY_UNIQUE_HTTP_URL }}

- name: sleep
if: always() # run this step always
if: ${{ !cancelled() }}
run: |
sleep 3600
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forkless-update-nodata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
RPC_URL: ${{ env.RELAY_UNIQUE_HTTP_URL }}

- name: sleep
if: always() # run this step always
if: ${{ !cancelled() }}
run: |
sleep 3600
Expand Down

0 comments on commit 5c10c5e

Please sign in to comment.