Skip to content

Commit

Permalink
fix dev image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Mar 30, 2024
1 parent 07f820e commit a8597e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
- name: "Load PR info"
id: loadinfo
run: |
run_builds="false"
has_docker_image_label="${{ contains(github.event.pull_request.labels.*.name, 'build-docker-image') }}"
run_builds="$has_docker_image_label"
echo "docker image label: $has_docker_image_label"
branch_name="${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
Expand Down

0 comments on commit a8597e0

Please sign in to comment.