Skip to content

Commit 6d16bb3

Browse files
committed
ci test
1 parent 6e074e1 commit 6d16bb3

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on:
2+
pull_request:
3+
types:
4+
- opened
5+
- edited
6+
- synchronize
7+
8+
jobs:
9+
'Semantic Pull Request':
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: 'validate'
13+
uses: actions/github-script@v3.1.0
14+
with:
15+
script: |
16+
console.log(JSON.stringify(${{github.event}}))

copilot/.workspace

Lines changed: 0 additions & 2 deletions
This file was deleted.

copilot/pipelines/complex/manifest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ source:
1414
repository: https://github.com/efekarakus/copilot-pipeline-test
1515
connection_name: copilot-efeka-copilot-pipeline-t
1616

17+
# warehouse -> orders -> frontend
18+
# payments ->
1719
stages:
1820
-
1921
name: test
2022
deployments:
2123
warehouse:
2224
payments:
25+
depends_on: [frontend]
2326
orders:
2427
depends_on: [warehouse]
2528
frontend:

0 commit comments

Comments
 (0)