Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: chahatsagarmain <chahatsagar2003@gmail.com>
  • Loading branch information
chahatsagarmain committed Jan 5, 2025
1 parent b30dad5 commit bbd4ebc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/actions/verify-metrics-snapshot/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ runs:
echo "$v2_tag"
- name: Download the cached tagged metrics
id: cache-metrics
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
with:
path: ./.metrics/cached_${{ inputs.snapshot}}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-e2e-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: E2E Tests

on:
push:
branches: [main]
branches: [main , e2e_metrics_tagged]

pull_request:
branches: [main]
# pull_request:
# branches: [main]

concurrency:
group: combined-cit-${{ github.workflow }}-${{ (github.event.pull_request && github.event.pull_request.number) || github.ref || github.run_id }}
Expand Down

0 comments on commit bbd4ebc

Please sign in to comment.