Skip to content

Commit 770eb72

Browse files
committed
ci: give a visual cue of a dry-run
1 parent adbd4a8 commit 770eb72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Update 📦
2+
name: 📦 Update
33

44
on:
55
pull_request:
@@ -11,7 +11,7 @@ permissions: {}
1111

1212
jobs:
1313
update-apt-dependencies:
14-
name: OS (🍨 ${{ matrix.flavor }})
14+
name: ${{ github.event_name == 'pull_request' && '🧪' || '' }} OS (🍨 ${{ matrix.flavor }})
1515
runs-on: ubuntu-latest
1616
strategy:
1717
fail-fast: false
@@ -51,7 +51,7 @@ jobs:
5151
sign-commits: true
5252

5353
update-vscode-extensions:
54-
name: Extensions (🍨 ${{ matrix.flavor }}, ${{ matrix.file }})
54+
name: ${{ github.event_name == 'pull_request' && '🧪' || '' }} Extensions (🍨 ${{ matrix.flavor }}, ${{ matrix.file }})
5555
runs-on: ubuntu-latest
5656
strategy:
5757
fail-fast: false

0 commit comments

Comments
 (0)