Browse Source

[actions] Rename worker and jobs

pull/1575/head
R4SAS 4 years ago committed by GitHub
parent
commit
2b4a91cc80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
name: Build on Ubuntu with make
name: Build on Ubuntu
on: [push, pull_request]
jobs:
build:
name: Building with USE_UPNP=${{ matrix.with_upnp }} flag
name: With USE_UPNP=${{ matrix.with_upnp }}
runs-on: ubuntu-16.04
strategy:
fail-fast: true

Loading…
Cancel
Save