Skip to content

Commit

Permalink
22nd attempt to link workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
growlf authored Dec 30, 2023
1 parent 5a7677d commit 1c7c39b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write
needs: test
needs: test-python

steps:
- name: Checkout repository
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,16 @@
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: PyTest

on:
schedule:
- cron: '0 1 * * 1'
release:
types: [published]
push:
branches:
- main
- release/*
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
workflow_call:
workflow_dispatch:

permissions:
contents: read

jobs:
test:
test-python:

runs-on: ubuntu-latest

Expand Down

0 comments on commit 1c7c39b

Please sign in to comment.