Skip to content

Commit

Permalink
OPS-5160 Trigger infra-dev rollout on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncolincap committed Oct 11, 2023
1 parent 6ca3d9f commit 919bcff
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/trigger-awx-on-push-to-master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Trigger AWX on push to master

on:
push:
branches:
- main
paths:
- modules/**

permissions: {}

jobs:
trigger_awx:
uses: hpi-schul-cloud/infra-tools/.github/workflows/trigger-awx.yaml@master
with:
job_id: 33
secrets:
AWX_TOKEN: ${{ secrets.AWX_TOKEN }}

0 comments on commit 919bcff

Please sign in to comment.