Skip to content

Commit

Permalink
Renaming workflow elements
Browse files Browse the repository at this point in the history
  • Loading branch information
neilotoole committed Dec 31, 2022
1 parent 8d652b5 commit cb7d111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- '**.md'
- 'sq.json' # This is updated by scoop; no need to run a new build

# Allows you to run this workflow manually from the Actions tab
# Allows this workflow to be manually triggered from the Actions tab
workflow_dispatch:

env:
Expand All @@ -16,7 +16,7 @@ env:
jobs:

go-test-linux:
# Linux is the core test platform. We only execute on macOS/Windows
# Linux is the core test platform. We only test on macOS/Windows
# when it's time to publish.
runs-on: ubuntu-22.04

Expand Down

0 comments on commit cb7d111

Please sign in to comment.