Skip to content

Commit

Permalink
Update actions (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
BerriJ authored Sep 24, 2024
1 parent ba3ad48 commit 569f32a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_deploy_dev.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Build and Deploy Dev

on:
push:
branches:
- 'dev'
schedule:
- cron: '35 * * * *'
- cron: '5 4 * * *'

env:
IMAGE_NAME: devenv
Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/build_deploy_size.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/build_on_pr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build PR

on:
pull_request_target
pull_request

env:
IMAGE_NAME: devenv
Expand Down

0 comments on commit 569f32a

Please sign in to comment.