mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-01-13 12:26:22 +00:00
fix: always run the first job
This commit is contained in:
parent
648d73fda6
commit
6a73313edb
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -9,8 +9,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
review_app:
|
review_app:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# only run when a pull request is opened
|
|
||||||
if: github.event_name == 'pull_request' && github.event.action == 'opened'
|
|
||||||
steps:
|
steps:
|
||||||
- name: Cloning repo
|
- name: Cloning repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user