From f807fde6756ba7391214616ec0480b199bed7963 Mon Sep 17 00:00:00 2001 From: guilhermepaulozup Date: Mon, 7 Aug 2023 19:29:17 -0300 Subject: [PATCH] fixing releases pipelines Signed-off-by: guilhermepaulozup --- .github/workflows/release-beta.yml | 1 - .github/workflows/release-rc.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 87b295591..c059fd97c 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -30,7 +30,6 @@ jobs: COSIGN_KEY_LOCATION: /tmp/cosign.key COSIGN_PWD: ${{ secrets.COSIGN_PWD }} - if: contains('["wiliansilvazup","matheusalcantarazup","lucasbrunozup","nathanmartinszup","iancardosozup","oliveirafelipezup"]', github.actor) steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/release-rc.yml b/.github/workflows/release-rc.yml index d23d74712..060808402 100644 --- a/.github/workflows/release-rc.yml +++ b/.github/workflows/release-rc.yml @@ -29,7 +29,6 @@ jobs: env: COSIGN_KEY_LOCATION: /tmp/cosign.key COSIGN_PWD: ${{ secrets.COSIGN_PWD }} - if: contains('["wiliansilvazup","matheusalcantarazup","lucasbrunozup","nathanmartinszup","iancardosozup","oliveirafelipezup"]', github.actor) steps: - name: Checkout uses: actions/checkout@v3