Skip to content

Commit

Permalink
fixing workflow ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
lornest committed Oct 21, 2024
1 parent a1130c5 commit 310e299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/tfplugindocs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,7 @@ on:
push:
branches:
- master
pull_request:
paths:
- .github/workflows/tfplugindocs-check.yml
- go.sum
- Makefile
- sonarqube/**
- main.go
- examples/**
- docs/**
- templates/**


jobs:
tfplugindocs_check:
name: tfplugindocs check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tfplugindocs-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/[email protected]
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- uses: actions/[email protected]
with:
go-version-file: tools/go.mod
Expand Down

0 comments on commit 310e299

Please sign in to comment.