[SKIP CI] PR workflow fix

This commit is contained in:
arkon 2021-02-01 18:15:27 -05:00
parent 0042d62c02
commit 8c66a35f27
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ jobs:
if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')" if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps:
- name: Checkout PR - name: Checkout PR
uses: actions/checkout@v2 uses: actions/checkout@v2