Skip to content

Commit

Permalink
ci: reduce publish timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 authored Mar 19, 2024
1 parent 2347e23 commit 09e61ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
PUBLISH_FLAG: ${{ github.event.inputs.publishFlag || github.event.client_payload.slash_command.args.unnamed.arg1 || 'alpha' }}

- name: Delay for 2 minutes
run: sleep 120
- name: Delay for 1 minute
run: sleep 60

- name: Notify slack success
if: github.event.inputs.publishFlag == 'latest' && success()
Expand Down

0 comments on commit 09e61ff

Please sign in to comment.