Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
xinaxu committed Oct 8, 2023
1 parent 4e0593f commit d23ff3e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/auto-generate.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: Go Generate and Commit

on:
pull_request:
branches:
- main
types:
- opened
- synchronize
workflow_dispatch:

jobs:
build:
Expand All @@ -16,7 +11,6 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PAT }}

- name: Setup Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit d23ff3e

Please sign in to comment.