diff --git a/.aspect/workflows/config.yaml b/.aspect/workflows/config.yaml index 9d6098be9..a799cd326 100644 --- a/.aspect/workflows/config.yaml +++ b/.aspect/workflows/config.yaml @@ -1,5 +1,6 @@ # See https://docs.aspect.build/v/workflows/config --- +queue: aspect-cli tasks: branch_freshness: update_strategy: rebase diff --git a/.aspect/workflows/config_cci.yaml b/.aspect/workflows/config_cci.yaml deleted file mode 100644 index a799cd326..000000000 --- a/.aspect/workflows/config_cci.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# See https://docs.aspect.build/v/workflows/config ---- -queue: aspect-cli -tasks: - branch_freshness: - update_strategy: rebase - buildifier: - test: diff --git a/.circleci/config.yml b/.circleci/config.yml index 39ff6e047..1c57c0f2c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,7 @@ workflows: bazel-setup: jobs: - bazel/setup: - aspect-config: .aspect/workflows/config_cci.yaml + aspect-config: .aspect/workflows/config.yaml resource_class: aspect-build/aspect-cli context: - slack diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 8397abc61..847c15933 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -12,7 +12,9 @@ on: jobs: aspect-workflows: name: Aspect Workflows - uses: aspect-build/workflows-action/.github/workflows/aspect-workflows.yaml@5.3.4 + with: + queue: aspect-cli + uses: aspect-build/workflows-action/.github/workflows/aspect-workflows.yaml@5.4.12-dev.23.g1efd33a test: runs-on: ubuntu-latest