Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Riron committed Nov 18, 2024
1 parent b3802f6 commit b465e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/brgm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Add remote & push
run: |
git remote add brgm ${{ secrets.BRGM_GITLAB_URL }}
git push brgm --all
git push brgm --all --force
1 change: 1 addition & 0 deletions .github/workflows/mattermost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Send reviewable PRs to Mattermost
on:
schedule:
- cron: '0 9 * * 1-5'
workflow_dispatch: # Allow manual trigger

jobs:
notify:
Expand Down

0 comments on commit b465e25

Please sign in to comment.