-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update wait-on-action (#17945)
- Loading branch information
1 parent
eaef6cd
commit b75813b
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -212,7 +212,10 @@ jobs: | |
- name: Wait for PostHog | ||
# these are required checks so, we can't skip entire sections | ||
if: needs.changes.outputs.shouldTriggerCypress == 'true' | ||
uses: iFaxity/wait-on-action@v1 | ||
# this action might be abandoned - but v1 doesn't point to latest of v1 (which it should) | ||
# so pointing to v1.1.0 to remove warnings about node version with v1 | ||
# todo check https://github.com/iFaxity/wait-on-action/releases for new releases | ||
uses: iFaxity/[email protected] | ||
timeout-minutes: 3 | ||
with: | ||
verbose: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters