From 602bfce224cf22e24421448887844937e0aff9f0 Mon Sep 17 00:00:00 2001 From: otaj Date: Mon, 22 Aug 2022 16:40:29 +0200 Subject: [PATCH] PUSH TO HUB. REVERT THIS! --- .github/workflows/ci-pytorch-dockers.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci-pytorch-dockers.yml b/.github/workflows/ci-pytorch-dockers.yml index e2b88157fa..7d2596d310 100644 --- a/.github/workflows/ci-pytorch-dockers.yml +++ b/.github/workflows/ci-pytorch-dockers.yml @@ -1,28 +1,14 @@ name: Docker on: - push: - branches: [master, "release/*"] - pull_request: - branches: [master, "release/*"] - paths: - - "dockers/**" - - "!dockers/README.md" - - "requirements.txt" - - "requirements/*.txt" - - "requirements/pytorch/*" - - "environment.yml" - - ".github/workflows/*docker*.yml" - - "setup.py" - schedule: - - cron: "0 0 * * *" # at the end of every day + pull_request: {} concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}-${{ github.event_name }} cancel-in-progress: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }} env: - PUSH_TO_HUB: ${{ github.event_name == 'schedule' }} + PUSH_TO_HUB: true jobs: build-pl: