feat: add some SVG glue code to help displaying proto material (#3692) #1403
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger Athena build | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
trigger_athena_job: | |
runs-on: ubuntu-latest | |
steps: | |
- run: > | |
curl -X POST --fail | |
-F token=${{ secrets.GITLAB_ATHENA_BUILD_TRIGGER_TOKEN}} | |
-F ref=main | |
--form variables[SOURCE_SHA]="${{ github.sha }}" | |
https://gitlab.cern.ch/api/v4/projects/153873/trigger/pipeline |