Skip to content

Commit

Permalink
chore(actions): run metrics on all runs
Browse files Browse the repository at this point in the history
  • Loading branch information
haverchuck committed Nov 2, 2023
1 parent 0427860 commit b428128
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/composite_actions/log_cw_metric_wrapper/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ inputs:
runs:
using: "composite"
steps:
- name: Exit if not scheduled
shell: bash
run: |
if [ "${{ github.event_name }}" != "schedule" ]; then
echo "This was not triggered by a schedule, skipping."
echo "SKIP_CW=true" >> $GITHUB_ENV
fi
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
if: env.SKIP_CW != 'true'
with:
Expand Down

0 comments on commit b428128

Please sign in to comment.