Skip to content

Commit

Permalink
update workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
rizaziz authored and ForAllSecure Mayhem Bot committed Jun 19, 2024
1 parent dedbe73 commit accb230
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 37 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/sync.yaml

This file was deleted.

30 changes: 15 additions & 15 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Scheduled Merge Remote Action
on:
schedule:
- cron: "0 0 * * *"
- cron: 0 0 * * 0
workflow_dispatch:

jobs:
merge-upstream:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: master # set the branch to merge to
fetch-depth: 0

- name: Merge Upstream
uses: ethan42/merge-upstream@v4
with:
upstream: mozilla/webrtc-sdp # set the upstream repo manually
upstream-branch: master # set the upstream branch to merge from
branch: master # set the branch to merge to
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: master
fetch-depth: 0
- name: Merge Upstream
uses: ethan42/merge-upstream@v4
with:
upstream: mozilla/webrtc-sdp
upstream-branch: master
branch: master
mayhem-analysis:
uses: ./.github/workflows/mayhem.yml

0 comments on commit accb230

Please sign in to comment.