Skip to content

Commit

Permalink
use proper syntax for always
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley committed Jul 30, 2024
1 parent 8965c16 commit 9745e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: go test -v -coverprofile=tf-coverage.txt -covermode=atomic ./internal/... ./honeycombio/...

- name: Cleanup Dangling Resources
if: always()
if: ${{ always() }}
timeout-minutes: 5
env:
HONEYCOMB_API_KEY: ${{ secrets.HONEYCOMB_API_KEY }}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
run: go test -v -coverprofile=tf-coverage.txt -covermode=atomic ./internal/... ./honeycombio/...

- name: Cleanup Dangling Resources
if: always()
if: ${{ always() }}
timeout-minutes: 5
env:
HONEYCOMB_API_ENDPOINT: https://api.eu1.honeycomb.io
Expand Down

0 comments on commit 9745e37

Please sign in to comment.