Skip to content

Commit

Permalink
Added placeholder CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Oct 31, 2022
1 parent 2b73b97 commit b379e4e
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 8 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/CD-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ on:
workflow_dispatch:
workflow_call:

jobs:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
6 changes: 5 additions & 1 deletion .github/workflows/CD-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ on:
workflow_dispatch:
workflow_call:

jobs:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
6 changes: 5 additions & 1 deletion .github/workflows/CI-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ on:
workflow_dispatch:
workflow_call:

jobs:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
4 changes: 4 additions & 0 deletions .github/workflows/CI-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ on:
workflow_call:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
4 changes: 4 additions & 0 deletions .github/workflows/CI-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ on:
workflow_call:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
6 changes: 5 additions & 1 deletion .github/workflows/CI-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ on:
workflow_dispatch:
workflow_call:

jobs:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ on:
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
6 changes: 5 additions & 1 deletion .github/workflows/TR-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ on:
- master
workflow_dispatch:

jobs:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
6 changes: 5 additions & 1 deletion .github/workflows/TR-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ on:
types: [ opened, synchronize, reopened ]
workflow_dispatch:

jobs:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
6 changes: 5 additions & 1 deletion .github/workflows/TR-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ on:
push:
workflow_dispatch:

jobs:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
6 changes: 5 additions & 1 deletion .github/workflows/TR-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ on:
type: boolean
default: true

jobs:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

0 comments on commit b379e4e

Please sign in to comment.