Skip to content

Commit

Permalink
workflow: don't trigger tests twice
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Jan 6, 2021
1 parent 998f796 commit 7fa1985
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mocha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ name: Tests
- opened
- synchronize
- reopened
branches:
# Branches from forks have the form 'user:branch-name'
- '**:**'

jobs:
prepare-commit-msg:
name: Retrive head commit message
name: Retrieve head commit message
runs-on: ubuntu-latest
outputs:
HEAD_COMMIT_MSG: '${{ steps.commitMsg.outputs.HEAD_COMMIT_MSG }}'
Expand Down

0 comments on commit 7fa1985

Please sign in to comment.