Skip to content

Commit

Permalink
Update workflow: Add RequestSSL
Browse files Browse the repository at this point in the history
from miraheze/.github (miraheze/.github@64af71d)
  • Loading branch information
Universal-Omega committed Jan 20, 2024
1 parent 248a029 commit ca37ae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mediawiki-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Call reusable MediaWiki tests

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

jobs:
call-mediawiki-tests-workflow:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
notify-irc:
needs: call-mediawiki-tests-workflow
runs-on: ubuntu-latest
if: ${{ always() && github.repository_owner == 'miraheze' && ( github.ref == 'refs/heads/main' || github.event_name == 'pull_request' ) }}
if: ${{ always() && github.repository_owner == 'miraheze' && ( github.ref == 'refs/heads/master' || github.event_name == 'pull_request' ) }}
steps:
- name: succeeded
uses: technote-space/workflow-conclusion-action@v3
Expand Down

0 comments on commit ca37ae0

Please sign in to comment.