Skip to content

Commit

Permalink
Adds comment to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed Jul 26, 2024
1 parent 9d8d787 commit a1f21b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ant-lara-2.0-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
steps:

- uses: actions/checkout@v4
# Because of scheduled runs, by default run on default branch
with:
ref: lara-2.0-legacy

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ant-lara-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
steps:

- uses: actions/checkout@v4
# Because of scheduled runs, by default run on default branch
with:
ref: feature/lara-js

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ant-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
steps:

- uses: actions/checkout@v4
# Because of scheduled runs, by default run on default branch
with:
ref: staging

Expand Down

0 comments on commit a1f21b3

Please sign in to comment.