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.
main
1 parent 42fd1e3 commit c8441ceCopy full SHA for c8441ce
.github/workflows/main.yml
@@ -31,6 +31,7 @@ jobs:
31
# Setup & Configuration
32
Setup:
33
name: "Setup & Configuration "
34
+ if: ${{ !(github.event.pull_request.head.repo.fork && github.ref == 'refs/heads/main') }}
35
runs-on: ubuntu-latest
36
outputs:
37
GitVersion_BranchName: ${{ steps.gitversion.outputs.GitVersion_BranchName }}
0 commit comments