We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d97e8 commit 8a79a28Copy full SHA for 8a79a28
.github/workflows/presto-stable-release.yml
@@ -14,10 +14,6 @@ jobs:
14
packages: write
15
16
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
-
21
- name: Check branch
22
if: ${{ github.ref != 'refs/heads/master' }}
23
run: echo "Invalid branch. This action can only be run on the master branch." && exit 1
0 commit comments