File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,8 @@ permissions:
1414 contents : write
1515
1616jobs :
17-
1817 prepare-and-commit-staging :
1918 runs-on : ubuntu-latest
20- environment : staging
2119 if : |
2220 (github.event_name == 'pull_request' && contains(github.event.pull_request.title, '[codecane]')) ||
2321 (github.event_name == 'push' && contains(github.event.head_commit.message, '[codecane]'))
@@ -120,7 +118,6 @@ jobs:
120118
121119 build-staging-binaries :
122120 needs : prepare-and-commit-staging
123- en vironment : staging
124121 uses : ./.github/workflows/cli-release-build.yml
125122 with :
126123 binary-name : codecane
@@ -133,7 +130,6 @@ jobs:
133130 create-staging-release :
134131 needs : [prepare-and-commit-staging, build-staging-binaries]
135132 runs-on : ubuntu-latest
136- environment : staging
137133 steps :
138134 - uses : actions/checkout@v4
139135 with :
@@ -211,7 +207,6 @@ jobs:
211207 create-staging-release,
212208 ]
213209 runs-on : ubuntu-latest
214- environment : staging
215210 permissions :
216211 contents : read
217212 id-token : write
You can’t perform that action at this time.
0 commit comments