diff options
author | kylo252 <[email protected]> | 2022-04-20 13:22:26 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-20 13:22:26 +0200 |
commit | 0481ec8dddf4bd8ed81c10ae98807fec97f6f872 (patch) | |
tree | 10a85cd7266f288a9b49e9658a377413854622ba /.github | |
parent | 3d841425aed288091068bbb8d15376c9908c6cec (diff) |
refactor: update impatient (#2477)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/install.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index 6e3685dd..54da94bc 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -23,7 +23,6 @@ jobs: - runner: macos-10.15 os: osx runs-on: ${{ matrix.runner }} - if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v2 |