diff --git a/.github/workflows/api_doc.yml b/.github/workflows/api_doc.yml index c44dbf5a94071..26e3c503192b9 100644 --- a/.github/workflows/api_doc.yml +++ b/.github/workflows/api_doc.yml @@ -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 diff --git a/.github/workflows/cache_vcpkg.yml b/.github/workflows/cache_vcpkg.yml index 36020046875e0..60f80cd8d0258 100644 --- a/.github/workflows/cache_vcpkg.yml +++ b/.github/workflows/cache_vcpkg.yml @@ -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 diff --git a/.github/workflows/ci_macos.yml b/.github/workflows/ci_macos.yml index 24a047dc96747..1980def9d7e6e 100644 --- a/.github/workflows/ci_macos.yml +++ b/.github/workflows/ci_macos.yml @@ -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 diff --git a/.github/workflows/ci_ubuntu.yml b/.github/workflows/ci_ubuntu.yml index ab13882d56186..5da5dcb484fe1 100644 --- a/.github/workflows/ci_ubuntu.yml +++ b/.github/workflows/ci_ubuntu.yml @@ -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 diff --git a/.github/workflows/ci_windows.yml b/.github/workflows/ci_windows.yml index 9e51bf66cda52..2af5960ea14ab 100644 --- a/.github/workflows/ci_windows.yml +++ b/.github/workflows/ci_windows.yml @@ -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 @@ -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: