Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
trethomas-ecintl committed Aug 26, 2024
1 parent 6ddb312 commit 0295254
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
name: Continuous-Integration
on:
pull_request:
types:
- auto_merge_enabled
branches:
- staging
merge_group:
permissions:
contents: read
checks: read
jobs:
ci-tasks:
uses: ec-intl/workflow-templates/.github/workflows/ci_template.yml@v1
with:
runner-name: 'za-3'
secrets: inherit
name: Continuous-Integration

on:
pull_request:
types:
- auto_merge_enabled
branches:
- staging
merge_group:

permissions:
contents: read
checks: read

jobs:
ci-tasks:
uses: ec-intl/workflow-templates/.github/workflows/ci_template.yml@v1
with:
runner-name: 'za-3'
secrets: inherit
26 changes: 13 additions & 13 deletions .github/workflows/release-log.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: Release Log
on:
pull_request:
types: [closed]
permissions:
contents: write
jobs:
logging-tasks:
uses: ec-intl/workflow-templates/.github/workflows/release-log_template.yml@v1
secrets: inherit
name: Release Log

on:
pull_request:
types: [closed]

permissions:
contents: write

jobs:
logging-tasks:
uses: ec-intl/workflow-templates/.github/workflows/release-log_template.yml@v1
secrets: inherit
32 changes: 16 additions & 16 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: Lint Code Base
on:
pull_request:
types: [auto_merge_enabled]
branches: [staging]
merge_group:
permissions:
contents: read
checks: read
jobs:
linting-jobs:
uses: ec-intl/workflow-templates/.github/workflows/super-linter_template.yml@v1
secrets: inherit
name: Lint Code Base

on:
pull_request:
types: [auto_merge_enabled]
branches: [staging]
merge_group:

permissions:
contents: read
checks: read

jobs:
linting-jobs:
uses: ec-intl/workflow-templates/.github/workflows/super-linter_template.yml@v1
secrets: inherit

0 comments on commit 0295254

Please sign in to comment.