mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-31 01:44:22 +07:00
Renamed misleading github jobs
This commit is contained in:
parent
2a451aa41f
commit
e5b80c37eb
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
buildJava14:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@ -3,7 +3,7 @@ name: Pull Request Tests
|
||||
on: [pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
buildJava14:
|
||||
testPR:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -3,7 +3,7 @@ name: Tests
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
buildJava14:
|
||||
runPush:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user