Skip to content

Commit

Permalink
build(ci): improve lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed May 10, 2024
1 parent cf5e1c6 commit e327176
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,7 @@ env:
GH_ACCESS_TOKEN: ${{ secrets.GOPRIVATE_ACCESS_TOKEN }}

jobs:
Cleanup-runs:
runs-on: ubuntu-latest
steps:
- name: Cleanup workflow runs 🧹
uses: rokroskar/workflow-run-cleanup-action@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"

Unit-tests:
GolangCI:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand Down

0 comments on commit e327176

Please sign in to comment.