Skip to content

Commit

Permalink
chore: update workflows config so same config is use by circleci and …
Browse files Browse the repository at this point in the history
…github actions
  • Loading branch information
gregmagolan committed May 30, 2023
1 parent 9ae4c12 commit a4e4ddc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
1 change: 1 addition & 0 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# See https://docs.aspect.build/v/workflows/config
---
queue: aspect-cli
tasks:
branch_freshness:
update_strategy: rebase
Expand Down
8 changes: 0 additions & 8 deletions .aspect/workflows/config_cci.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ workflows:
bazel-setup:
jobs:
- bazel/setup:
aspect-config: .aspect/workflows/config_cci.yaml
resource_class: aspect-build/aspect-cli
queue: aspect-cli
context:
- slack
4 changes: 3 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4e4ddc

Please sign in to comment.