We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e1460 commit 002a61fCopy full SHA for 002a61f
1 file changed
.github/workflows/build-images-manifests.yml
@@ -2,13 +2,13 @@ name: Presidio Docker Build
2
3
on:
4
push:
5
- pull_request:
6
- branches: [ main ]
7
- workflow_dispatch:
+ # pull_request:
+ # branches: [ main ]
+ # workflow_dispatch:
8
9
-concurrency:
10
- group: ${{ github.workflow }}-${{ github.ref }}
11
- cancel-in-progress: true
+# concurrency:
+# group: ${{ github.workflow }}-${{ github.ref }}
+# cancel-in-progress: true
12
13
permissions: read-all
14
0 commit comments