chore: upgrade trigger-workflow-and-wait procedure
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run E2E test suite
|
- name: Run E2E test suite
|
||||||
if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
|
if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
|
||||||
uses: convictional/trigger-workflow-and-wait@v1.6.1
|
uses: convictional/trigger-workflow-and-wait@master
|
||||||
with:
|
with:
|
||||||
owner: standardnotes
|
owner: standardnotes
|
||||||
repo: e2e
|
repo: e2e
|
||||||
|
|||||||
2
.github/workflows/snjs.pr.yml
vendored
2
.github/workflows/snjs.pr.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
docker tag standardnotes/snjs:${{ github.sha }} standardnotes/snjs:test
|
docker tag standardnotes/snjs:${{ github.sha }} standardnotes/snjs:test
|
||||||
docker push standardnotes/snjs:test
|
docker push standardnotes/snjs:test
|
||||||
- name: Run E2E test suite
|
- name: Run E2E test suite
|
||||||
uses: convictional/trigger-workflow-and-wait@v1.6.1
|
uses: convictional/trigger-workflow-and-wait@master
|
||||||
with:
|
with:
|
||||||
owner: standardnotes
|
owner: standardnotes
|
||||||
repo: e2e
|
repo: e2e
|
||||||
|
|||||||
Reference in New Issue
Block a user