Skip to content

Commit de0de72

Browse files
authored
Update dottest_sa.yml
1 parent ac88f38 commit de0de72

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/dottest_sa.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ name: dotTEST Static Analysis
55
# Controls when the action will run.
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
8-
push:
9-
branches: [ main ]
108
pull_request:
119
branches: [ main ]
1210

@@ -43,8 +41,8 @@ jobs:
4341
scope.scontrol=true;
4442
scontrol.rep1.type=git;
4543
scontrol.rep1.git.url=${{ github.server_url }}/${{ github.repository }};
46-
scontrol.rep1.git.branch=${{github.branch}};
47-
scontrol.rep1.git.workspace=${GITHUB_WORKSPACE};
44+
scontrol.rep1.git.branch=${{ github.branch }};
45+
scontrol.rep1.git.workspace=${{ github.workspace }};
4846
scontrol.git.exec=C:\Program Files\Git\bin\git.exe'
4947

5048
# ---------------------------------------------------------------

0 commit comments

Comments
 (0)