Skip to content

Commit

Permalink
fix: Moving defaults to each workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Aug 31, 2023
1 parent a46a832 commit df6ad18
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.lazarus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Lazarus Build Workflow

defaults:
run:
shell: bash

on:

workflow_call:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/main.lazarus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Lazarus Main Workflow
permissions:
contents: write

defaults:
run:
shell: bash

on:

push:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.lazarus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Lazarus Release Workflow

defaults:
run:
shell: bash

on:

workflow_call:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.lazarus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Lazarus Test Workflow

defaults:
run:
shell: bash

on:

workflow_call:
Expand Down

0 comments on commit df6ad18

Please sign in to comment.