Skip to content

Commit 562916d

Browse files
authored
Update again! (#2443)
2 parents c744acf + 42fd1e3 commit 562916d

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)