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