Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: simplify action titles for readability #40

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/local.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Local
on: [push, pull_request, workflow_dispatch]

jobs:
Expand All @@ -9,7 +10,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Test XVFB
uses: ./
with:
Expand All @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Prod
on: [push]

jobs:
Expand Down
Loading