Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 committed Oct 6, 2024
1 parent 962ad7e commit 3f4ae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-languages-v2-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
docker:
if: contains(env.PR_LABELS, 'build-languages-v2-web')
if: ${{ github.event.label.name == 'build-languages-v2-web' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 3f4ae3a

Please sign in to comment.