mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-12-26 05:55:24 +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:
|
||||
review_app:
|
||||
runs-on: ubuntu-latest
|
||||
# only run when a pull request is opened
|
||||
if: github.event_name == 'pull_request' && github.event.action == 'opened'
|
||||
steps:
|
||||
- name: Cloning repo
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user