Skip to content

Commit

Permalink
Merge pull request #4 from dachcom-digital/ecs_fix
Browse files Browse the repository at this point in the history
ecs fix setup
  • Loading branch information
solverat authored Nov 18, 2024
2 parents b8a62ef + 8427be6 commit e8cddfa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ecs-fix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Easy Coding Standards
name: Coding standard refactor
on:
schedule:
- cron: '0 0 * * SUN'
Expand All @@ -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:
Expand Down

0 comments on commit e8cddfa

Please sign in to comment.