run pipeline only on main pushes CISKIP
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-03-25 12:12:50 +01:00
parent e8e46f7daf
commit 49cbb7ff27
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -7,4 +7,9 @@ steps:
TOKEN:
from_secret: AWX_TOKEN
commands:
- "curl -k -X POST -H \"Authorization: Bearer $TOKEN\" https://awx-aaron.apps.yolokube.de/api/v2/job_templates/13/launch/"
- "curl -k -X POST -H \"Authorization: Bearer $TOKEN\" https://awx-aaron.apps.yolokube.de/api/v2/job_templates/13/launch/"
when:
event:
- push
branch:
- main