diff --git a/.github/workflows/ecs-fix.yml b/.github/workflows/ecs-fix.yml index 8d4a7e38..6d4dff5f 100644 --- a/.github/workflows/ecs-fix.yml +++ b/.github/workflows/ecs-fix.yml @@ -1,4 +1,4 @@ -name: Easy Coding Standards +name: Coding standard refactor on: schedule: - cron: '0 0 * * SUN' @@ -7,12 +7,11 @@ on: jobs: ecs-fix: runs-on: ubuntu-latest - name: "Coding standard refactor" timeout-minutes: 5 strategy: fail-fast: false matrix: - branch: [ '4.0' ] + branch: [ 'master' ] steps: - uses: actions/checkout@v4 with: