Skip to content

Commit

Permalink
Merge pull request #190 from sensein/build_status
Browse files Browse the repository at this point in the history
fixing build status #2nd attempt
  • Loading branch information
fabiocat93 authored Nov 14, 2024
2 parents 27ab156 + 113721a commit fe088bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main-branch-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ on:

jobs:
update-status:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Update badge status
run: echo "Badge status updated for main branch"

0 comments on commit fe088bc

Please sign in to comment.