fix: always run the first job

This commit is contained in:
Jose Diaz-Gonzalez 2022-09-10 17:41:00 -04:00
parent 648d73fda6
commit 6a73313edb
1 changed files with 0 additions and 2 deletions

View File

@ -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