Skip to content

Commit

Permalink
temp: workflow filter
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Jan 11, 2021
1 parent 8533ade commit c06acef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/mocha.yml
Expand Up @@ -6,14 +6,13 @@ name: Tests
- opened
- synchronize
- reopened
branches:
# Branches from forks have the form 'user:branch-name'
- '**:**'

jobs:
prepare-commit-msg:
name: Retrieve head commit message
runs-on: ubuntu-latest
# Run 'pull-request' event only on external PRs from forked repos.
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
outputs:
HEAD_COMMIT_MSG: '${{ steps.commitMsg.outputs.HEAD_COMMIT_MSG }}'
steps:
Expand Down

0 comments on commit c06acef

Please sign in to comment.