MOBILE-4286 github: Change job names

main
Pau Ferrer Ocaña 2023-03-23 12:56:11 +01:00
parent e957d187d3
commit 068795209d
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on:
branches: [ main, v*.x ] branches: [ main, v*.x ]
jobs: jobs:
prepare: merge:
if: github.repository == 'moodlemobile/moodleapp' if: github.repository == 'moodlemobile/moodleapp'
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -3,7 +3,7 @@ name: Prepare
on: workflow_dispatch on: workflow_dispatch
jobs: jobs:
prepare: release:
if: github.repository == 'moodlehq/moodleapp' if: github.repository == 'moodlehq/moodleapp'
runs-on: ubuntu-latest runs-on: ubuntu-latest