Skip to content

Commit 7469b5e

Browse files
authored
Merge branch 'main' into main
2 parents 4b82c24 + 562916d commit 7469b5e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
# Setup & Configuration
3232
Setup:
3333
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-
}}
3934
runs-on: ubuntu-latest
4035
outputs:
4136
GitVersion_BranchName: ${{ steps.gitversion.outputs.GitVersion_BranchName }}

0 commit comments

Comments
 (0)