Skip to content

Commit

Permalink
workflows: Ignore _airflow directory for cicada's CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Nov 12, 2024
1 parent e6dc6d9 commit 457be45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ on:
- ".gitignore"
- "LICENSE"
- "CODEOWNERS"
# - '.all-contributorsrc'
# - 'assets/**'
# - 'src/testclient/scripts/**'
- "_airflow"
# workflow trigger button
# workflow_dispatch:

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ on:
- "assets/**"
- "scripts/**"
- "docs/**"
# - ".all-contributorsrc"
# - "src/testclient/scripts/**"
- "_airflow"

jobs:
# The job key (i.e., ID) is "build-source-code"
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/deploy-to-cm-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ on:
- "CODEOWNERS"
- "docs/**"
- "scripts/**"
# - "assets/**"
# - "scripts/**"
# - "src/testclient/scripts/**"
# - ".all-contributorsrc"

- "_airflow"
jobs:
build-and-deploy:
name: Build and deploy
Expand Down

0 comments on commit 457be45

Please sign in to comment.