Skip to content

Commit

Permalink
skip_changelog: Don't run CI on push (#66)
Browse files Browse the repository at this point in the history
Avoid running ansible-ci workflow on push, since it doubles the number
of executions for PRs built on in-repo branches.

Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
  • Loading branch information
SuperQ and prombot authored Mar 10, 2023
1 parent d1cba10 commit 9419091
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ansible-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
name: Ansible CI
on:
push:
branches-ignore:
- main
pull_request:
types:
- opened
Expand Down

0 comments on commit 9419091

Please sign in to comment.