We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f6d08 commit dc37713Copy full SHA for dc37713
.github/workflows/s1_agent_common.yml
@@ -36,15 +36,15 @@ concurrency:
36
group: ${{ github.workflow }}-${{ github.ref }}
37
cancel-in-progress: true
38
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
+ # call-ci-lint:
+ # name: Lint Role
+ # uses: ./.github/workflows/ci-lint.yml
+ # with:
+ # role-path: ./roles/s1_agent_common
44
45
call-ci-test:
46
name: "Test: ${{ matrix.boxes.display_name }} (${{ matrix.scenario-name }})"
47
- needs: call-ci-lint
+ # needs: call-ci-lint
48
uses: ./.github/workflows/ci-test.yml
49
strategy:
50
fail-fast: false
0 commit comments