Skip to content

Commit

Permalink
Remove references to github action on personnal repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Jul 19, 2023
1 parent 0474673 commit 3f67a69
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ on:
- opened
- reopened
- synchronize
- unlabeled

jobs:
safe-to-test:
if: ${{ github.event.label.name == 'safe to test' }} || ${{ github.event.action != 'labeled' }}
uses: abikouo/github_actions/.github/workflows/safe-to-test.yml@safe_to_test_v2
splitter:
runs-on: ubuntu-latest
needs:
- safe-to-test
env:
source_dir: "cloud_awsops"
outputs:
Expand All @@ -29,7 +25,7 @@ jobs:

- name: List changes for pull request
id: splitter
uses: abikouo/github_actions/.github/actions/ansible_test_splitter@splitter_for_roles
uses: ansible-network/github_actions/.github/actions/ansible_test_splitter@main
with:
collections_to_test: ${{ env.source_dir }}
total_jobs: 4
Expand Down

0 comments on commit 3f67a69

Please sign in to comment.