Skip to content

Commit

Permalink
[release-v2.9] Validate git pages 5min (#4435)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasSUSE authored Sep 13, 2024
1 parent 54ccdf7 commit 73cdd89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/git-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Wait for GitHub Pages update
run: sleep 10 # 10 seconds to purposefully fail so we can test this action
run: sleep 300 # 5 minutes is more than enough time for GitHub Pages to update

- name: Checkout PR
run: gh pr checkout ${{ github.event.pull_request.number }}
Expand All @@ -36,4 +36,4 @@ jobs:
Pull Request URL: ${{ github.event.pull_request.html_url }}
@Nicholas Paolillo
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 73cdd89

Please sign in to comment.