Skip to content

Commit

Permalink
ci: move workflows to new repo
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Sep 24, 2023
1 parent b686352 commit 01fae89
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 47 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Python

on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
call:
uses: opiproject/actions/.github/workflows/python.yaml@main
secrets: inherit
47 changes: 0 additions & 47 deletions .github/workflows/test.yaml

This file was deleted.

0 comments on commit 01fae89

Please sign in to comment.