Skip to content

maybe

maybe #7

# hope
name: Check differences
on:
issue_comment:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.event.issue.pull_request.headRef }}
- name: 🛎 Checkout repo
uses: actions/checkout@v3
with:
ref: ${{ github.event.issue.pull_request.headRef }}
- name: 📌 Filter changed projects
uses: dorny/paths-filter@v2
id: filter
with:
base: ${{ github.event.issue.pull_request.headRef }}
filters: ''
build:
strategy:
fail-fast: true
uses: ./.github/workflows/deployment.yaml
with:
deplyment_review: ${{ github.event.issue.pull_request.headRef }}
secrets: inherit
test:
strategy:
fail-fast: true
uses: ./.github/workflows/deployment.yaml
secrets: inherit