chore: fix pr-deploy-route-test workflow
This commit is contained in:
parent
03481653fa
commit
ceb2b34e0a
|
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
name: Ignore dependabot on forks
|
||||
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
dependabot-fork:
|
||||
if: github.repository_owner != 'DIYgod' && github.actor == 'dependabot[bot]'
|
||||
runs-on: ubuntu-latest
|
||||
name: Ignore dependabot on forks
|
||||
steps:
|
||||
|
|
@ -10,7 +12,6 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Comment Dependabot PR
|
||||
if: github.repository_owner != 'DIYgod' && github.actor == 'dependabot[bot]'
|
||||
uses: thollander/actions-comment-pull-request@v1
|
||||
with:
|
||||
message: '@dependabot ignore this dependency'
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
return await script({github, context, core}, body, number)
|
||||
- name: Waiting for 200 from the Vercel Preview
|
||||
if: (env.TEST_CONTINUE)
|
||||
uses: patrickedqvist/wait-for-vercel-preview@master
|
||||
uses: patrickedqvist/wait-for-vercel-preview@1.2.0
|
||||
id: waitFor200
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue