Skip to content

Commit

Permalink
w3
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 9, 2024
1 parent 8b595c0 commit 4ec77a0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
branches:
- "**"
paths-ignore:
- ".github/workflows/cache_*"
- ".github/workflows/cache_*.yml"
pull_request:
branches:
- "**"
paths-ignore:
- ".github/workflows/cache_*"
- ".github/workflows/cache_*.yml"
schedule:
# Cron syntax: [minute hour day_of_the_month month day_of_the_week]
- cron: "0 2 * * 0,3" # Run every Sunday and Wednesday at 02:00
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache_vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: base
path: C:\dartsim\vcpkg
path: ${{ env.VCPKG_ROOT }}

build_deps_and_upload:
needs: setup_and_build_base
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
branches:
- "**"
paths-ignore:
- ".github/workflows/cache_*"
- ".github/workflows/cache_*.yml"
pull_request:
branches:
- "**"
paths-ignore:
- ".github/workflows/cache_*"
- ".github/workflows/cache_*.yml"
schedule:
# Cron syntax: [minute hour day_of_the_month month day_of_the_week]
- cron: "0 2 * * 0,3" # Run every Sunday and Wednesday at 02:00
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
branches:
- "**"
paths-ignore:
- ".github/workflows/cache_*"
- ".github/workflows/cache_*.yml"
pull_request:
branches:
- "**"
paths-ignore:
- ".github/workflows/cache_*"
- ".github/workflows/cache_*.yml"
schedule:
# Cron syntax: [minute hour day_of_the_month month day_of_the_week]
- cron: "0 2 * * 0,3" # Run every Sunday and Wednesday at 02:00
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
branches:
- "**"
paths-ignore:
- ".github/workflows/cache_*"
- ".github/workflows/cache_*.yml"
pull_request:
branches:
- "**"
paths-ignore:
- ".github/workflows/cache_*"
- ".github/workflows/cache_*.yml"
schedule:
# Cron syntax: [minute hour day_of_the_month month day_of_the_week]
- cron: "0 2 * * 0,3" # Run every Sunday and Wednesday at 02:00
Expand All @@ -32,7 +32,6 @@ jobs:
env:
BUILD_TYPE: ${{ matrix.build_type }}
VCPKG_ROOT: "C:/dartsim/vcpkg"
VCPKG_BUILD_TAG: v6.13-2022.07.25-0
ZIP_NAME: vcpkg-dartsim-deps-v6.14.zip

steps:
Expand Down

0 comments on commit 4ec77a0

Please sign in to comment.