Skip to content

Commit

Permalink
[-] Remove push to mirror action
Browse files Browse the repository at this point in the history
  • Loading branch information
toro-nicolas committed Jun 5, 2024
1 parent 7a861e8 commit 2612ac1
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: amazed
on: [push, pull_request]

env:
MIRROR_URL: [email protected]:EpitechPromo2028/B-CPE-200-NCE-2-1-amazed-nicolas.toro.git
EXECUTABLE: amazed

jobs:
Expand Down Expand Up @@ -38,22 +37,3 @@ jobs:
- name: Launch "make tests_run"
run: make tests_run
timeout-minutes: 2

push_to_mirror:
runs-on: ubuntu-latest
if: |
startsWith(github.ref, 'refs/heads/ga-ignore-') == false &&
github.repository != 'EpitechPromo2028/B-CPE-200-NCE-2-1-amazed-nicolas.toro'
needs: check_program
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Mirroring Repository
uses: pixta-dev/[email protected]
with:
target_repo_url:
${{ env.MIRROR_URL }}
ssh_private_key:
${{ secrets.GIT_SSH_PRIVATE_KEY }}

0 comments on commit 2612ac1

Please sign in to comment.