Skip to content

Commit

Permalink
Merge pull request #15 from nf-core/rename-ci-job-step
Browse files Browse the repository at this point in the history
Improve GHA CI workflow step name
  • Loading branch information
scwatts authored Apr 30, 2024
2 parents 9c1adec + d47abdc commit 44cc52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
test:
name: Run pipeline with test data
name: Run pipeline stubs
# Only run on push if this is the nf-core dev branch (merged PRs)
if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/oncoanalyser') }}"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 44cc52e

Please sign in to comment.