Skip to content

Commit 367ef73

Browse files
committed
Remove commented concurrency config from CI workflow
Deleted unused, commented-out concurrency settings from the GitHub Actions CI workflow file to clean up configuration.
1 parent 6e22048 commit 367ef73

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ on:
99
pull_request:
1010
workflow_dispatch:
1111

12-
13-
#concurrency:
14-
# group: ci-${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref_name }}
15-
# cancel-in-progress: true
16-
1712
env:
1813
ROOT: "${{ github.workspace }}"
1914
SCRIPTS: "${{ github.workspace }}/.github/scripts"
@@ -264,8 +259,6 @@ jobs:
264259
echo "PKG_VER=$PKG_VER" | tee -a "$GITHUB_ENV"
265260
266261
- name: Configure pub.dev credentials
267-
env:
268-
PUB_DEV_TOKEN: ${{ secrets.PUB_DEV_TOKEN }}
269262
run: |
270263
mkdir -p $HOME/.config/dart
271264
echo "${{ secrets.PUB_DEV_TOKEN }}" | base64 --decode > $HOME/.config/dart/pub-credentials.json

0 commit comments

Comments
 (0)