This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 68ea94a  Also cancel duplicated Build Image runs for master pushes 
(#11655)
68ea94a is described below

commit 68ea94a34b1024768a6e6be4369efc2eacdee1ba
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Oct 21 19:38:35 2020 +0200

    Also cancel duplicated Build Image runs for master pushes (#11655)
    
    We removed the "skipEventType" for CI jobs but we still had
    the skipping for Build Image and killing builds with failed jobs.
    
    This further optimises our job usage.
---
 .github/workflows/build-images-workflow-run.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/build-images-workflow-run.yml 
b/.github/workflows/build-images-workflow-run.yml
index 122f684b..063f31c 100644
--- a/.github/workflows/build-images-workflow-run.yml
+++ b/.github/workflows/build-images-workflow-run.yml
@@ -89,7 +89,6 @@ jobs:
           cancelMode: namedJobs
           token: ${{ secrets.GITHUB_TOKEN }}
           notifyPRCancel: true
-          skipEventTypes: '["schedule", "push"]'
           jobNameRegexps: >
             [".*Event: ${{ steps.source-run-info.outputs.sourceEvent }}
             Repo: ${{ steps.source-run-info.outputs.sourceHeadRepo }}
@@ -112,7 +111,6 @@ jobs:
           cancelMode: failedJobs
           sourceRunId: ${{ github.event.workflow_run.id }}
           notifyPRCancel: true
-          skipEventTypes: '["schedule", "push"]'
           jobNameRegexps: >
             ["^Pylint$", "^Static checks$", "^Build docs$", "^Spell check 
docs$", "^Backport packages$",
              "^Checks: Helm tests$", "^Test OpenAPI*"]

Reply via email to