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 95b9a26 commit 42fd1e3Copy full SHA for 42fd1e3
.github/workflows/main.yml
@@ -31,11 +31,6 @@ jobs:
31
# Setup & Configuration
32
Setup:
33
name: "Setup & Configuration "
34
- if: ${{ (github.event_name == 'push') ||
35
- (github.event_name == 'workflow_dispatch') ||
36
- (github.event_name == 'pull_request_target' &&
37
- (github.event.pull_request.head.repo.full_name == github.repository || contains(github.event.pull_request.labels.*.name, 'safe')))
38
- }}
39
runs-on: ubuntu-latest
40
outputs:
41
GitVersion_BranchName: ${{ steps.gitversion.outputs.GitVersion_BranchName }}
0 commit comments