Skip to content

Commit

Permalink
add safe to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo authored and taehopark32 committed Jul 26, 2023
1 parent e5c5618 commit b974b8a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
name: Integration
on:
pull_request_target:
types:
- opened
- reopened
- labeled
- unlabeled
- synchronize
branches:
- main
- stable-*

jobs:
safe-to-test:
uses: ansible-network/github_actions/.github/workflows/safe-to-test.yml@main
test:
needs:
- safe-to-test
runs-on: ubuntu-latest
env:
source: "./source"
Expand All @@ -16,6 +29,7 @@ jobs:
uses: actions/checkout@v3
with:
path: ${{ env.source }}
ref: ${{ github.event.pull_request.head.sha }}

- name: Build and install collection
id: install-collection
Expand Down

0 comments on commit b974b8a

Please sign in to comment.