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 9cc7ff8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .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,6 +72,13 @@ 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

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}
password: ${{ secrets.ELASTIC_DOCKER_PASSWORD }}


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

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

0 comments on commit 9cc7ff8

Please sign in to comment.