Skip to content

Commit

Permalink
Merge branch 'build-ui' into update-dev-with-build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Mar 27, 2024
2 parents d4a95c1 + 6c69458 commit e1fe471
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1
with:
token: ${{ secrets.GITHUB_ACTIONS }}
ref: ${{ github.head_ref }}
fetch-depth: 2

- id: check_label
name: Check PL labels
uses: docker://agilepathway/pull-request-label-checker:latest
uses: docker://agilepathway/pull-request-label-checker:1.6.21
with:
one_of: dependencies
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e1fe471

Please sign in to comment.