1
mirror of https://github.com/revanced/revanced-integrations synced 2025-03-02 01:43:03 +01:00

ci: give jobs names

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
oSumAtrIX 2023-01-13 14:40:44 +01:00
parent 803130a693
commit b56f472813
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ env:
jobs:
pull-request:
name: Open pull request
runs-on: ubuntu-latest
steps:
- name: Checkout

View File

@ -12,7 +12,8 @@ on:
- dev
jobs:
build:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Cancel previou runs