Skip to content

Commit 950ae24

Browse files
authored
disables FQA deployment for now
1 parent 5475751 commit 950ae24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy-fqa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build & Deploy FQA
22

33
on:
4-
push:
5-
branches: ["main", "release/*"]
4+
#push:
5+
# branches: ["main", "release/*"]
66
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
77

88
# Allow one concurrent deployment

0 commit comments

Comments
 (0)