Skip to content

Commit

Permalink
Merge pull request #93 from sonomirco/dev/mibi/commit
Browse files Browse the repository at this point in the history
checks
  • Loading branch information
sonomirco committed Dec 11, 2023
2 parents cde07c3 + 699aea9 commit 1e5ea21
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/check-for-changes
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ jobs:

- name: 📌 Filter changed projects
uses: dorny/paths-filter@v2
id: filter
with:
ref: ${{ github.event.issue.pull_request.head.sha }}

build:
strategy:
fail-fast: true
uses: ./.github/workflows/deployment.yaml
with:
deplyment_review: ${{ github.event.issue.pull_request.head.sha }}
secrets: inherit

test:
strategy:
fail-fast: true
uses: ./.github/workflows/deployment.yaml
secrets: inherit

0 comments on commit 1e5ea21

Please sign in to comment.