Skip to content

Commit 8a79a28

Browse files
committed
Remove actor checking since the action environment requires approval to run
1 parent b1d97e8 commit 8a79a28

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/presto-stable-release.yml

-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
packages: write
1515

1616
steps:
17-
- name: Check actor
18-
if: ${{ github.actor != 'prestodb-ci' }}
19-
run: echo "Unauthorized actor. Please login with prestodb-ci to run this action." && exit 1
20-
2117
- name: Check branch
2218
if: ${{ github.ref != 'refs/heads/master' }}
2319
run: echo "Invalid branch. This action can only be run on the master branch." && exit 1

0 commit comments

Comments
 (0)