Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 15, 2023
1 parent 602ed1c commit 22d3302
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get Dockerfiles
id: dockerfiles
run: |
# git fetch origin ${{ inputs.diff_branch }}
git diff --name-only origin/main
# Get all Dockerfiles that have changed
# git fetch origin ${{ inputs.diff_branch }}
# git diff --name-only ${{ github.head_ref || github.ref_name }} ${{ github.event.repository.default_branch }}
# DOCKERFILES=$(git diff --name-only ${{ github.head_ref || github.ref_name }} ${{ github.event.repository.default_branch }} | grep -E '^[^/]+/[^/]+/Dockerfile$' | sort -u)
Expand Down

0 comments on commit 22d3302

Please sign in to comment.