We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2a7a9 commit 0a5797fCopy full SHA for 0a5797f
2 files changed
.github/workflows/conventional-commits.yml
@@ -21,7 +21,7 @@ permissions:
21
22
jobs:
23
check-conventional-commits:
24
- runs-on: blacksmith-4vcpu-ubuntu-2404
+ runs-on: blacksmith-2vcpu-ubuntu-2404
25
if: github.actor != 'dependabot[bot]' # skip for dependabot PRs
26
env:
27
EVENT: ${{ toJSON(github.event) }}
.github/workflows/dogfooding.yml
@@ -13,7 +13,7 @@ permissions:
13
14
15
check_dogfooding:
16
17
steps:
18
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19
if: github.event.pull_request.base.ref == 'master' && github.event.pull_request.head.ref == 'release-please--branches--master'
0 commit comments