commit | 5c3c149fc3d8562024f2ac1ff291eb20dff72cab | [log] [tgz] |
---|---|---|
author | okozachenko1203 <okozachenko1203@users.noreply.github.com> | Wed Jun 21 16:55:05 2023 +1000 |
committer | Oleksandr Kozachenko <okozachenko1203@gmail.com> | Wed Jun 21 09:16:15 2023 +0200 |
tree | 946a4c5cb894a9fc80ee7383f491ba576a791366 | |
parent | 0c7392ccaba7086187b38a9e4e9faf2674591a4a [diff] |
Fix conditional syntax
diff --git a/.github/workflows/ceph.yml b/.github/workflows/ceph.yml index b08d646..112379a 100644 --- a/.github/workflows/ceph.yml +++ b/.github/workflows/ceph.yml
@@ -66,7 +66,7 @@ test: runs-on: ubuntu-20.04-16-cores - if: !(github.event_name == 'workflow_dispatch' && inputs.debug_enabled) + if: github.event_name != 'workflow_dispatch' || !inputs.debug_enabled steps: - name: Checkout project uses: actions/checkout@v3