Skip to content

Commit 90623f1

Browse files
Tony QiuTony Qiu
authored andcommitted
better named github workflows
1 parent 9c82119 commit 90623f1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cleanup-storage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: S3 Cleanup - Manual Trigger
1+
name: Cleanup Storage
22

33
on:
44
workflow_dispatch:

.github/workflows/deploy-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Deploy Backend to ECR (on backend changes)
1+
name: Deploy Backend
22

33
on:
44
push:

.github/workflows/test-and-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tests and Quality Checks
1+
name: Test and Lint Code
22

33
on:
44
pull_request:

.github/workflows/update-events-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Scrape Instagram and Store Events
1+
name: Scrape Instagram, Update Events DB, Send Newsletter, Update Static Data
22

33
on:
44
schedule:

0 commit comments

Comments
 (0)