Skip to content

Commit

Permalink
workflows: don't trigger wheezy tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Aug 14, 2020
1 parent 6473837 commit b35043b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/wheezy_tests.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: Wheezy CI
on:
push:
paths:
- "Formula/patchelf.rb"
- "Formula/binutils.rb"
pull_request:
paths:
- "Formula/patchelf.rb"
- "Formula/binutils.rb"
jobs:
wheezy_tests:
if: github.event_name == 'pull_request' && startsWith(github.event.pull_request.title, 'Merge') == false
if: startsWith(github.event.pull_request.title, 'Merge') == false
runs-on: ubuntu-latest
steps:
- name: Set up Homebrew
Expand Down

0 comments on commit b35043b

Please sign in to comment.