diff --git a/.github/workflows/local.yml b/.github/workflows/local.yml index 0ad0717..caab8db 100644 --- a/.github/workflows/local.yml +++ b/.github/workflows/local.yml @@ -1,3 +1,4 @@ +name: Local on: [push, pull_request, workflow_dispatch] jobs: @@ -9,7 +10,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - + - name: Test XVFB uses: ./ with: @@ -28,7 +29,7 @@ jobs: options: -screen 0 1600x1200x24 run: xrandr - - name: Test XVFB with multiple commands + - name: Test XVFB with multiple commands if: ${{ matrix.os == 'ubuntu-latest' }} uses: ./ with: diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index aa006db..f24b35c 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -1,3 +1,4 @@ +name: Prod on: [push] jobs: