Skip to content

Commit

Permalink
build: oh no
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-fish committed Feb 21, 2024
1 parent c20ca33 commit 362d972
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Deploy Aliyun oss

# Controls when the workflow will run
on:
# TODO: Temporarily disable the pull_request trigger
pull_request:
branches: []
branches:
# TODO: Temporarily disable the pull_request trigger
# - master
- TEMPORARILY_DISABLED
workflow_dispatch:
inputs:
number:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Deploy Aliyun oss

# Controls when the workflow will run
on:
# TODO: Temporarily disable the pull_request trigger
push:
branches: []
branches:
# TODO: Temporarily disable the pull_request trigger
# - master
- TEMPORARILY_DISABLED
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 362d972

Please sign in to comment.