Skip to content

Commit

Permalink
Merge pull request #17 from isar-community/fix-cicd-branches
Browse files Browse the repository at this point in the history
Change workflows to correct branches and enable test lab again
  • Loading branch information
mrclauss authored Mar 8, 2024
2 parents 9c52487 + 34e4032 commit b75f93d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cron_test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# name: Dart CI Cron
name: Dart CI Cron

# on:
# schedule:
# - cron: "0 18 * * *"
on:
schedule:
- cron: "0 18 * * *"

# jobs:
# testlab:
# uses: ./.github/workflows/testlab.yaml
# secrets: inherit
jobs:
testlab:
uses: ./.github/workflows/testlab.yaml
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docs
on:
push:
branches:
- main
- v3

permissions:
contents: read
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
asset_name: ${{ matrix.artifact_name }}
tag: ${{ github.ref }}

# testlab:
# needs: build_binaries
# uses: ./.github/workflows/testlab.yaml
# secrets: inherit
testlab:
needs: build_binaries
uses: ./.github/workflows/testlab.yaml
secrets: inherit

build_inspector:
name: Build Inspector
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Dart CI
on:
push:
branches:
- main
- v3
pull_request:
branches:
- main
- v3

jobs:
format:
Expand Down

0 comments on commit b75f93d

Please sign in to comment.