Skip to content

Commit

Permalink
disable staging and demo deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Oct 14, 2024
1 parent 71f7064 commit 3782106
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/demo-deploy-action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: 'Demo-Deploy'

on:
pull_request:
types:
- closed
branches: [ main ]
# pull_request:
# types:
# - closed
# branches: [ main ]

jobs:
update-version:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/staging-deploy-action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: 'Staging-Deploy'

on:
pull_request:
types:
- closed
branches: [ main ]
# pull_request:
# types:
# - closed
# branches: [ main ]

jobs:
update-version:
Expand Down

0 comments on commit 3782106

Please sign in to comment.