Skip to content

Commit

Permalink
chore: patch typo in codetour file (#38)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
aorumbayev authored Aug 1, 2024
1 parent b798f4f commit 163a811
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Pull Request validation

on: [pull_request]
on:
pull_request:
branches:
- main
schedule:
- cron: "0 8 * * 1" # Each monday 8 AM UTC

jobs:
pr-check:
Expand Down

0 comments on commit 163a811

Please sign in to comment.