Skip to content

Commit

Permalink
Merge branch 'dtq-dev' into dtq-dev-7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak authored Aug 4, 2023
2 parents d025955 + 03ed41f commit ab039e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Docker images
on:
push:
branches:
- dtq-dev-7.5
- dtq-dev
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
labels: ${{ steps.meta_build_cli.outputs.labels }}

- name: redeploy
if: '!cancelled()'
if: 'false'
run: |
curl -H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token ${{ secrets.DEPLOY_DEV5_GH_ACTION_DISPATCH }}" \
Expand Down

0 comments on commit ab039e5

Please sign in to comment.