Skip to content

Commit

Permalink
Move callable workflows into a new directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Oct 19, 2023
1 parent caa1814 commit 2a3e248
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-build-processes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Creates a job to test the WordPress Core build process on multiple operating systems.
test-core-build-process:
name: Core running from ${{ matrix.directory }}
uses: desrosj/wordpress-develop/.github/workflows/test-core-build-process-run.yml@combine/npm-testing
uses: desrosj/wordpress-develop/.github/workflows/callable/test-core-build-process.yml@combine/npm-testing
permissions:
contents: read
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
Expand All @@ -64,7 +64,7 @@ jobs:
# See https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability.
test-core-build-process-macos:
name: Core running from ${{ matrix.directory }}
uses: desrosj/wordpress-develop/.github/workflows/test-core-build-process-run.yml@combine/npm-testing
uses: desrosj/wordpress-develop/.github/workflows/callable/test-core-build-process.yml@combine/npm-testing
permissions:
contents: read
if: ${{ github.repository == 'WordPress/wordpress-develop' }}
Expand All @@ -80,7 +80,7 @@ jobs:
# Creates a job to test the Gutenberg plugin build process on multiple operating systems.
test-gutenberg-build-process:
name: Gutenberg running from ${{ matrix.directory }}
uses: desrosj/wordpress-develop/.github/workflows/test-gutenberg-build-process-run.yml@combine/npm-testing
uses: desrosj/wordpress-develop/.github/workflows/callable/test-gutenberg-build-process.yml@combine/npm-testing
permissions:
contents: read
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
Expand All @@ -103,7 +103,7 @@ jobs:
# See https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability.
test-gutenberg-build-process-macos:
name: Gutenberg running from ${{ matrix.directory }}
uses: desrosj/wordpress-develop/.github/workflows/test-gutenberg-build-process-run.yml@combine/npm-testing
uses: desrosj/wordpress-develop/.github/workflows/callable/test-gutenberg-build-process.yml@combine/npm-testing
permissions:
contents: read
if: ${{ github.repository == 'WordPress/wordpress-develop' }}
Expand Down

0 comments on commit 2a3e248

Please sign in to comment.