From bd1dfeb31518da03856270d882db95eb8d0d82c0 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Tue, 18 Apr 2023 19:20:59 +0200 Subject: [PATCH] remove master --- .github/workflows/caches_cron_job.yml | 1 - .github/workflows/core-test.yml | 1 - .github/workflows/full-test.yml | 1 - .github/workflows/streaming-extractor-test.yml | 1 - 4 files changed, 4 deletions(-) diff --git a/.github/workflows/caches_cron_job.yml b/.github/workflows/caches_cron_job.yml index c0cf11d2d7..3f937a79bb 100644 --- a/.github/workflows/caches_cron_job.yml +++ b/.github/workflows/caches_cron_job.yml @@ -4,7 +4,6 @@ on: workflow_dispatch: push: # When someting is pushed into main this checks if caches need to re-created branches: - - master - main schedule: - cron: "0 12 * * *" # Daily at noon UTC diff --git a/.github/workflows/core-test.yml b/.github/workflows/core-test.yml index c0468802fe..288d24ecef 100644 --- a/.github/workflows/core-test.yml +++ b/.github/workflows/core-test.yml @@ -4,7 +4,6 @@ on: pull_request: types: [synchronize, opened, reopened] branches: - - master - main concurrency: # Cancel previous workflows on the same pull request diff --git a/.github/workflows/full-test.yml b/.github/workflows/full-test.yml index 767d960526..08ba8d471f 100644 --- a/.github/workflows/full-test.yml +++ b/.github/workflows/full-test.yml @@ -4,7 +4,6 @@ on: pull_request: types: [synchronize, opened, reopened] branches: - - master - main concurrency: # Cancel previous workflows on the same pull request diff --git a/.github/workflows/streaming-extractor-test.yml b/.github/workflows/streaming-extractor-test.yml index 5ec4b90641..1df6bbd35d 100644 --- a/.github/workflows/streaming-extractor-test.yml +++ b/.github/workflows/streaming-extractor-test.yml @@ -3,7 +3,6 @@ on: pull_request: types: [synchronize, opened, reopened] branches: - - master - main concurrency: # Cancel previous workflows on the same pull request group: ${{ github.workflow }}-${{ github.ref }}