Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: build


on:
push:
branches: [ master ]
pull_request:
branches: [ master ]


jobs:

dummy:
runs-on: ubuntu-latest
steps:
- run: echo "hello"
120 changes: 0 additions & 120 deletions .github/workflows/github-actions-ci.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: test

on:
workflow_run:
workflows: [build]
branches: [test]
types:
- completed



jobs:

dummy:
runs-on: ubuntu-latest
steps:
- run: echo "hello"
1 change: 1 addition & 0 deletions project/app.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

# sample script