Skip to content

Commit

Permalink
Give up on running synapse build job after tests
Browse files Browse the repository at this point in the history
workflow_run isn't playing nice, so for now just revert to running on
PRs and pushes to main.
  • Loading branch information
AndrewFerr committed Feb 14, 2025
1 parent 5d1d9c5 commit 82d47d1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/synapse-module.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Test and build Synapse Guest Module
name: Build Synapse Guest Module

on:
workflow_run:
workflows: ["Tests"]
types:
- completed
push:
branches:
- main
pull_request:

jobs:
build-py:
name: Build Python
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
timeout-minutes: 15
defaults:
run:
Expand Down

0 comments on commit 82d47d1

Please sign in to comment.