Skip to content

Commit

Permalink
Merge pull request #12 from datarootsio/feature/ci-cd-pipeline
Browse files Browse the repository at this point in the history
Added debug workflow
  • Loading branch information
rfoyard authored Jan 29, 2021
2 parents 6490c4e + 2235614 commit 21b5730
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ml-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,20 @@ on:
- '**'
tags-ignore:
- v*
pull_request:
types: [closed]
branches:
- master

jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"

# will run tests on every commit, except when merging a pull request
tests:
if: github.event.pull_request.merged == false
Expand Down

0 comments on commit 21b5730

Please sign in to comment.