We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23809fa commit ad10d98Copy full SHA for ad10d98
1 file changed
.github/workflows/publish-sandbox-ui-for-ui-e2e-tests.yml
@@ -70,9 +70,7 @@ jobs:
70
- name: Prepare tools
71
uses: codeready-toolchain/toolchain-cicd/prepare-tools-action@master
72
73
- # Login to quay for PR events
74
- - name: Login to quay (PR event)
75
- if: ${{ github.event_name == 'pull_request_target' }}
+ - name: Login to quay
76
run: |
77
set -e
78
export XDG_RUNTIME_DIR=/run/user/${UID}
0 commit comments