Skip to content

Commit

Permalink
Add test workflow. It is expected to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jauler committed Oct 24, 2024
1 parent c0c71e5 commit f092f8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-workflow-pinning.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
on:
push:

jobs:
test:
runs-on: gitlab
steps:
- run: echo "Test"

0 comments on commit f092f8a

Please sign in to comment.