Merge branch 'dev' into multiple-docker-build

This commit is contained in:
Krishan 2022-04-20 09:18:10 +05:30 committed by GitHub
commit 6a171bec0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ jobs:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE3_ID }}
timeout-minutes: 1
- name: Edit PR Description
uses: velas/pr-description@v1.0.1
uses: Beakyn/gha-comment-pull-request@v1.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:

View file

@ -2,7 +2,7 @@ name: 'Docker check'
on:
pull_request:
paths:
paths:
- 'Dockerfile'
- '.github/workflows/docker-pr.yml'