Skip to content

Commit

Permalink
Merge pull request #91 from sonomirco/dev/mibi/test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
sonomirco authored Dec 11, 2023
2 parents 1604566 + 4771102 commit cde07c3
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/check-for-changes
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Check differences of files

on:
push:
issue_comment:

jobs:
changes:
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.event.issue.pull_request.head.sha }}

- name: 🛎 Checkout repo
uses: actions/checkout@v3
Expand All @@ -19,17 +19,3 @@ jobs:
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

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

0 comments on commit cde07c3

Please sign in to comment.