Skip to content

Commit

Permalink
workflows: Skip system tests for ceph and lvm on push and schedule.
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Laing <[email protected]>
  • Loading branch information
markylaing committed Sep 23, 2024
1 parent 57cc91c commit f7893c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ jobs:
if: env.GOCOVERDIR != ''

- name: "Run system tests (${{ matrix.go }}, ${{ matrix.suite }}, ${{ matrix.backend }})"
if: ${{ (github.event.name != 'pull_request' && github.event.name != 'schedule') || (matrix.backend != 'ceph' && matrix.backend != 'lvm') }}
run: |
set -eux
chmod +x ~
Expand Down

0 comments on commit f7893c1

Please sign in to comment.