Skip to content

Commit

Permalink
ci: Drop create tag event
Browse files Browse the repository at this point in the history
It causes to fire events from the master pipeline also when we create
branches, as the create doesn't support filtering by tag.

See also: actions/runner#1007 on how to filter
by tag.

Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler committed Jul 6, 2021
1 parent f75e790 commit b6f3ae7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/config/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ skip_images_flavor: ["fedora","ubuntu"]
on:
push:
branches: ["master"]
create:
tags:
- v*
3 changes: 0 additions & 3 deletions .github/workflows/build-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
name: Build cOS master

on:
create:
tags:
- v*
push:
branches:
- master
Expand Down

0 comments on commit b6f3ae7

Please sign in to comment.