Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from lingvano/karlhorky-patch-1
Browse files Browse the repository at this point in the history
Add job name to enable branch protection
  • Loading branch information
matthias-fi committed Apr 14, 2022
2 parents f481344 + 16b6ffe commit e7ea6c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:

jobs:
e2e-tests:
name: E2E tests
runs-on: macos-latest
steps:
- name: 🏗 Checkout repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/eas-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
eas-update:
name: EAS update
runs-on: ubuntu-latest
steps:
- name: 🏗 Checkout repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
unit-tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: 🏗 Checkout repository
Expand Down

0 comments on commit e7ea6c4

Please sign in to comment.