Skip to content

Commit

Permalink
Removing coding standards from workflow syncs.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg committed Apr 16, 2024
1 parent 965f44c commit 073f382
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 80 deletions.
60 changes: 0 additions & 60 deletions .github/workflow-templates/coding-standards.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/workflow-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- .github/workflow-templates/test-js-unit.yml

# PHP Files.
- .github/workflow-templates/coding-standards.yml
- .github/workflow-templates/test-phpunit.yml

# Utils.
Expand All @@ -31,7 +30,6 @@ env:
DRY_RUN: false

CLI_FILES: |
.github/workflow-templates/coding-standards.yml=.github/workflows/coding-standards.yml
.github/workflow-templates/test-phpunit.yml=.github/workflows/test-phpunit.yml
E2E_TEST_REPOS: |
Expand All @@ -52,7 +50,6 @@ env:
gocodebox/lifterlms-gateway-paypal
PHP_FILES: |
.github/workflow-templates/coding-standards.yml=.github/workflows/coding-standards.yml
.github/workflow-templates/test-phpunit.yml=.github/workflows/test-phpunit.yml
PHP_REPOS: |
gocodebox/lifterlms
Expand Down Expand Up @@ -83,8 +80,6 @@ env:
gocodebox/lifterlms-course-cohorts
gocodebox/aircraft
PHP_CS_ONLY_FILES: |
.github/workflow-templates/coding-standards.yml=.github/workflows/coding-standards.yml
PHP_CS_ONLY_REPOS: |
gocodebox/lifterlms-labs
gocodebox/lifterlms-note-taking
Expand Down Expand Up @@ -233,21 +228,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.ORG_WORKFLOWS }}
COMMIT_MESSAGE: "PHP Workflow File Sync [Runner ID: $GITHUB_RUN_NUMBER]"

php-cs-only-worflow:
name: PHP CS Files
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Sync workflow files
uses: varunsridharan/action-github-workflow-sync@main
with:
DRY_RUN: ${{ env.DRY_RUN }}
REPOSITORIES: ${{ env.PHP_CS_ONLY_REPOS }}
WORKFLOW_FILES: ${{ env.PHP_CS_ONLY_FILES }}
GITHUB_TOKEN: ${{ secrets.ORG_WORKFLOWS }}
COMMIT_MESSAGE: "PHP CS Only Workflow File Sync [Runner ID: $GITHUB_RUN_NUMBER]"

util-files:
name: Utility Files
runs-on: ubuntu-latest
Expand Down

0 comments on commit 073f382

Please sign in to comment.