Skip to content

Commit dc37713

Browse files
disable linting to test if refactor works
1 parent 27f6d08 commit dc37713

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/s1_agent_common.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ concurrency:
3636
group: ${{ github.workflow }}-${{ github.ref }}
3737
cancel-in-progress: true
3838
jobs:
39-
call-ci-lint:
40-
name: Lint Role
41-
uses: ./.github/workflows/ci-lint.yml
42-
with:
43-
role-path: ./roles/s1_agent_common
39+
# call-ci-lint:
40+
# name: Lint Role
41+
# uses: ./.github/workflows/ci-lint.yml
42+
# with:
43+
# role-path: ./roles/s1_agent_common
4444

4545
call-ci-test:
4646
name: "Test: ${{ matrix.boxes.display_name }} (${{ matrix.scenario-name }})"
47-
needs: call-ci-lint
47+
# needs: call-ci-lint
4848
uses: ./.github/workflows/ci-test.yml
4949
strategy:
5050
fail-fast: false

0 commit comments

Comments
 (0)