mirror of https://github.com/citusdata/citus.git
Only run package builds on pull requests (#6605)
Recently a package test build pipeline was introduced, to build citus on all OS that we build packages for. However, every pull request would run each build twice. This fixes that by only running it for the pull request event, not for the push event. Example of duplicate run: pull/6590/head
parent
c2b4087ff0
commit
17775dad5d
|
@ -1,8 +1,6 @@
|
|||
name: Build tests in packaging images
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: "**"
|
||||
pull_request:
|
||||
types: [opened, reopened,synchronize]
|
||||
|
||||
|
|
Loading…
Reference in New Issue