Skip to content

Commit b9695b3

Browse files
Update activity-history-post.yml
bypassing to update cron job
1 parent 8b021f7 commit b9695b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/activity-history-post.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Post Activity History to all Users
22

33
on:
44
schedule:
5-
- cron: 30 22 9 8 *
5+
- cron: 45 22 9 8 *
66
workflow_dispatch:
77

88
jobs:
@@ -18,4 +18,4 @@ jobs:
1818
github-token: ${{ secrets.HACKFORLA_GRAPHQL_TOKEN }}
1919
script: |
2020
const script = require('./github-actions/activity-trigger/first-post-to-skills-issue.js')
21-
return script({g: github, c: context})
21+
return script({g: github, c: context})

0 commit comments

Comments
 (0)