Skip to content

Commit

Permalink
test: updates emojis and lebels
Browse files Browse the repository at this point in the history
  • Loading branch information
KPrasch committed Feb 14, 2024
1 parent 1fbe9a0 commit 8038e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lynx-label.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: '🥼🐳 Publish Lynx Experimental'
name: '🥼 Publish Lynx Experimental'

on:
pull_request:
Expand All @@ -10,7 +10,7 @@ on:
jobs:
lynx-docker:
runs-on: ubuntu-latest
if: github.event.pull_request.labels.*.name == 'lynx'
if: github.event.pull_request.labels.*.name == 'Lynx 🐳'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 8038e7c

Please sign in to comment.