Skip to content

Commit

Permalink
ci: fix upstream skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jul 27, 2024
1 parent ed7b344 commit 3c36b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Integration
name: ci
concurrency:
group: "${{github.workflow}}-${{github.ref}}"
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ on:

jobs:
skeleton:
runs-on: ubuntu-latest
steps:
- run: echo "Hello, World!"

0 comments on commit 3c36b20

Please sign in to comment.