We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46043c commit 853001eCopy full SHA for 853001e
.github/workflows/buildkite_docker_builder.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: buildkite/trigger-pipeline-action@v2.0.0
19
with:
20
buildkite_api_access_token: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }}
21
- pipeline: 'lzrinc/experimental-pipeline'
22
- branch: master
+ pipeline: 'vaxine/build-pglite-builder-docker-image'
+ branch: ${{ github.head_ref || github.ref_name }}
23
commit: HEAD
24
message: '🚀 Triggered from a GitHub Action'
0 commit comments