Skip to content

Commit

Permalink
chore(ci): skip cache for lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough committed May 24, 2023
1 parent a90c9ce commit b35371a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
working-directory: ${{ matrix.directory }}
version: v1.51.1
args: --build-tags="${{ env.GOTAGS }}" -v
skip-cache: true
- name: Notify Slack
if: ${{ failure() }}
run: .github/scripts/notify_slack.sh

0 comments on commit b35371a

Please sign in to comment.