Skip to content

Commit 163a811

Browse files
authored
chore: patch typo in codetour file (#38)
* chore: patch typo in codetour file * chore: regen artifacts * fix: temporarily pinning puya dependencies until next algosdk release * Revert "fix: temporarily pinning puya dependencies until next algosdk release" This reverts commit e455222. * ci: adding ci cron trigger to recheck templates on weekly basis
1 parent b798f4f commit 163a811

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Pull Request validation
22

3-
on: [pull_request]
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
schedule:
8+
- cron: "0 8 * * 1" # Each monday 8 AM UTC
49

510
jobs:
611
pr-check:

0 commit comments

Comments
 (0)