Skip to content

Commit f807fde

Browse files
fixing releases pipelines
Signed-off-by: guilhermepaulozup <[email protected]>
1 parent c38d1c5 commit f807fde

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/release-beta.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
COSIGN_KEY_LOCATION: /tmp/cosign.key
3131
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
3232

33-
if: contains('["wiliansilvazup","matheusalcantarazup","lucasbrunozup","nathanmartinszup","iancardosozup","oliveirafelipezup"]', github.actor)
3433
steps:
3534
- name: Checkout
3635
uses: actions/checkout@v3

.github/workflows/release-rc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
env:
3030
COSIGN_KEY_LOCATION: /tmp/cosign.key
3131
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
32-
if: contains('["wiliansilvazup","matheusalcantarazup","lucasbrunozup","nathanmartinszup","iancardosozup","oliveirafelipezup"]', github.actor)
3332
steps:
3433
- name: Checkout
3534
uses: actions/checkout@v3

0 commit comments

Comments
 (0)