Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed May 21, 2024
1 parent 23396db commit ae483ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/irods-integration.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
name: Run integration tests against iRODS

on:
push:
pull_request:
push:
branches:
- main

jobs:
molecule:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: |
${{ ! contains(github.event.head_commit.message, '#nointegrationtests') &&
( github.event_name == 'push' ||
Expand Down

0 comments on commit ae483ba

Please sign in to comment.