Skip to content

Commit

Permalink
temporarly commit: use GHA ansible-network/github_actions/pull/171
Browse files Browse the repository at this point in the history
to be reverted when ansible-network/github_actions/pull/171 merged
  • Loading branch information
yurnov committed Jan 22, 2025
1 parent 5c4dfb6 commit 76ced40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: list changes for pull request
id: splitter
uses: ansible-network/github_actions/.github/actions/ansible_test_splitter@main
uses: yurnov/github_actions/.github/actions/ansible_test_splitter@drop-2.15
with:
collections_to_test: ${{ env.source_dir }}
total_jobs: 8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:

jobs:
sanity:
uses: ansible-network/github_actions/.github/workflows/sanity.yml@main
uses: yurnov/github_actions/.github/workflows/sanity.yml@drop-2.15
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:

jobs:
unit-source:
uses: ansible-network/github_actions/.github/workflows/unit_source.yml@main
uses: yurnov/github_actions/.github/workflows/unit_source.yml@drop-2.15

0 comments on commit 76ced40

Please sign in to comment.