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.
2 parents 1a3ca5c + b7a3b3c commit c27d12bCopy full SHA for c27d12b
.github/workflows/build-nightly.yml
@@ -18,7 +18,7 @@ jobs:
18
set-envs:
19
if: (github.event_name != 'schedule') || (github.repository == 'ROCKNIX/distribution' && github.ref_name == 'next')
20
environment:
21
- name: ${{ github.event_name == 'pull_request' && 'pr-approval' || 'auto' }}
+ name: ${{ github.event_name == 'pull_request_target' && 'pr-approval' || 'auto' }}
22
runs-on: ubuntu-24.04
23
outputs:
24
NIGHTLY: ${{ github.event_name == 'workflow_dispatch' && inputs.release == true && 'no' || 'yes' }}
0 commit comments