We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbd4a8 commit 770eb72Copy full SHA for 770eb72
1 file changed
.github/workflows/update-dependencies.yml
@@ -1,5 +1,5 @@
1
---
2
-name: Update 📦
+name: 📦 Update
3
4
on:
5
pull_request:
@@ -11,7 +11,7 @@ permissions: {}
11
12
jobs:
13
update-apt-dependencies:
14
- name: OS (🍨 ${{ matrix.flavor }})
+ name: ${{ github.event_name == 'pull_request' && '🧪' || '' }} OS (🍨 ${{ matrix.flavor }})
15
runs-on: ubuntu-latest
16
strategy:
17
fail-fast: false
@@ -51,7 +51,7 @@ jobs:
51
sign-commits: true
52
53
update-vscode-extensions:
54
- name: Extensions (🍨 ${{ matrix.flavor }}, ${{ matrix.file }})
+ name: ${{ github.event_name == 'pull_request' && '🧪' || '' }} Extensions (🍨 ${{ matrix.flavor }}, ${{ matrix.file }})
55
56
57
0 commit comments