Skip to content

Commit

Permalink
auto trigger standalone workflow from the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
1pkg committed Sep 11, 2024
1 parent 9f2e1de commit 359a1b8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/benchmarks-standalone.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: benchmarks
name: benchmarks-standalone

on:
push:
branches:
- inject-build-pgo-profile
workflow_dispatch:
inputs:
benchmarkAgents:
Expand Down Expand Up @@ -69,8 +72,15 @@ jobs:
if [ ! -z "${{ inputs.benchmarkRun }}" ]; then
echo "BENCHMARK_RUN=${{ inputs.benchmarkRun }}" >> "$GITHUB_ENV"
fi
- name: Log in to the Elastic Container registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}
password: ${{ secrets.ELASTIC_DOCKER_PASSWORD }}

- uses: elastic/oblt-actions/google/auth@v1
# - uses: elastic/oblt-actions/google/auth@v1

- uses: elastic/oblt-actions/aws/auth@v1
with:
Expand Down

0 comments on commit 359a1b8

Please sign in to comment.