Skip to content

Commit

Permalink
reduce wait interval in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
loderunner committed Jun 3, 2021
1 parent ba717de commit f4c25f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ref: main
running-workflow-name: "Build scrt"
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 600 # seconds
wait-interval: 60 # seconds
- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit f4c25f7

Please sign in to comment.