Skip to content

Commit

Permalink
feat: minor yml additions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-field committed Mar 9, 2025
1 parent fc01c65 commit 91e5712
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
pull_request:
branches: [master]

# Allows you to run this workflow manually from the Actions tab
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:

# Permissions for the GITHUB_TOKEN.
permissions: {}

jobs:
Expand All @@ -18,4 +19,4 @@ jobs:
# -race flag not used here because some tests (e.g. #14) use more than 8128 go routines.

secrets: inherit
# Codecov secret used by the build-test action. Codecov token needs to be added as a secret.
# Codecov secret used by the build-test action. CODECOV_TOKEN needs to be added as a secret.
4 changes: 2 additions & 2 deletions .github/workflows/bump-go-mod-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: "40 0 1 * *"

# Allows you to run this workflow manually from the Actions tab
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:

# Permissions for the GITHUB_TOKEN.
Expand All @@ -15,4 +15,4 @@ jobs:
name: Call bump go mod version action
uses: andrew-field/reusable-workflows/.github/workflows/bump-go-mod-version.yml@master

secrets: inherit # Needs to inherit more than the GITHUB_TOKEN to trigger Github Actions CI checks.
secrets: inherit # Needs to inherit more than the GITHUB_TOKEN to trigger Github Actions CI checks. BUMP_GO_VERSION_TOKEN needs to be added as a secret.
3 changes: 2 additions & 1 deletion .github/workflows/refresh-go-report-card.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
push:
branches: [master]

# Allows you to run this workflow manually from the Actions tab
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:

# Permissions for the GITHUB_TOKEN.
permissions: {}

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
pull_request:
branches: [master]

# Allows you to run this workflow manually from the Actions tab
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:

# Permissions for the GITHUB_TOKEN.
permissions: {}

jobs:
Expand Down

0 comments on commit 91e5712

Please sign in to comment.