get status from github api

This commit is contained in:
Bryan Gerlach
2026-03-10 23:58:13 -05:00
parent d186b7dd02
commit 8adecbfc1d
3 changed files with 25 additions and 3 deletions

View File

@@ -5,4 +5,3 @@ class GithubRun(models.Model):
uuid = models.CharField(verbose_name="uuid", max_length=100)
status = models.CharField(verbose_name="status", max_length=100)
github_run_id = models.BigIntegerField(null=True, blank=True)
created_at = models.DateTimeField(auto_now_add=True)