From 5561351a615ab0355336cb66fe4d6952d25a23fe Mon Sep 17 00:00:00 2001 From: acuadros95 Date: Tue, 6 Jun 2023 13:37:06 +0000 Subject: [PATCH] Iron release Signed-off-by: acuadros95 --- .github/workflows/fork_checker.yml | 2 +- .github/workflows/mirror-rolling-to-master.yaml | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 .github/workflows/mirror-rolling-to-master.yaml diff --git a/.github/workflows/fork_checker.yml b/.github/workflows/fork_checker.yml index 38ad54a07..4a8f807e9 100644 --- a/.github/workflows/fork_checker.yml +++ b/.github/workflows/fork_checker.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - branches: [foxy, galactic, humble, rolling] + branches: [humble, iron, rolling] steps: - name: Check id: check diff --git a/.github/workflows/mirror-rolling-to-master.yaml b/.github/workflows/mirror-rolling-to-master.yaml deleted file mode 100644 index 2885eb4a4..000000000 --- a/.github/workflows/mirror-rolling-to-master.yaml +++ /dev/null @@ -1,13 +0,0 @@ -name: Mirror rolling to master - -on: - push: - branches: [ rolling ] - -jobs: - mirror-to-master: - runs-on: ubuntu-latest - steps: - - uses: zofrex/mirror-branch@v1 - with: - target-branch: master