Skip to content

Commit

Permalink
Don't run tests if workflows didn't change
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Nov 30, 2024
1 parent a2e3ff9 commit 7fa5211
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/workflow_test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# workflow level env vars cannot be used at the job level
# https://github.community/t/how-to-set-and-access-a-workflow-variable/17335/15
name: Galaxy Workflow Tests for push and PR
on: [push, pull_request]
on:
push:
paths-ignore:
- '**/*.md'
- 'scripts/**'
- 'website/**'
pull_request:
paths-ignore:
- '**/*.md'
- 'scripts/**'
- 'website/**'
env:
GITHUB_USER: iwc-workflows-bot
jobs:
Expand Down

0 comments on commit 7fa5211

Please sign in to comment.