Skip to content

Commit

Permalink
Only run bors dummy jobs on push
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Feb 4, 2020
1 parent 9b6cbec commit 369cfe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

end-success:
name: bors remark test finished
if: success()
if: github.event.push && success()
runs-on: ubuntu-latest
needs: [remark]

Expand All @@ -41,7 +41,7 @@ jobs:

end-failure:
name: bors remark test finished
if: failure()
if: github.event.push && failure()
runs-on: ubuntu-latest
needs: [remark]

Expand Down

0 comments on commit 369cfe3

Please sign in to comment.