mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -05:00
Needs depend on smoke
This commit is contained in:
parent
851054c617
commit
90ab485e78
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -74,6 +74,8 @@ jobs:
|
||||||
DEPLOY: "true"
|
DEPLOY: "true"
|
||||||
smoke:
|
smoke:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs:
|
||||||
|
- "deploy"
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check if URL can be accessed
|
- name: Check if URL can be accessed
|
||||||
|
|
Loading…
Reference in a new issue