Skip to content

Commit d88ec84

Browse files
authored
Merge pull request #29 from gluestack/fix/github-action
fix: actions
2 parents d028033 + 74f37c1 commit d88ec84

7 files changed

+1
-13
lines changed

.github/workflows/create-expo-app-with-gluestack-ui.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
branches:
1010
- main
1111
- development
12-
schedule:
13-
- cron: "0 */4 * * *"
1412

1513
jobs:
1614
test:

.github/workflows/create-gluestack-v2-app.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
branches:
1010
- main
1111
- development
12-
schedule:
13-
- cron: "0 */4 * * *"
1412

1513
jobs:
1614
test:

.github/workflows/create-react-native-app-with-gluestack-ui.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
branches:
1010
- main
1111
- development
12-
schedule:
13-
- cron: "0 */4 * * *"
1412

1513
jobs:
1614
test:

.github/workflows/create-ui-library-with-gluestack-ui.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
branches:
1010
- main
1111
- development
12-
schedule:
13-
- cron: "0 */4 * * *"
1412

1513
jobs:
1614
test:

.github/workflows/gluestack-ui.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
branches:
1010
- main
1111
- development
12-
schedule:
13-
- cron: "0 */4 * * *"
1412

1513
jobs:
1614
test:

.github/workflows/release-create-next-app-with-gluestack-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
channel-id: C05H3MUMPN3
4444
# slack-message: "A new package was published in ${{ github.event.repository.name }}!\n${{ toJSON(steps.changesets.outputs.publishedPackages) }}"
45-
slack-message: "A new package was published in ${{ github.event.repository.name }}!
45+
slack-message: "A new package was published in ${{ github.event.repository.name }}!"
4646
color: good
4747
env:
4848
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

.github/workflows/utils.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
branches:
1010
- main
1111
- development
12-
schedule:
13-
- cron: "0 */4 * * *"
1412

1513
jobs:
1614
test:

0 commit comments

Comments
 (0)