Skip to content

Commit

Permalink
removed On Push from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveW-STFC committed Sep 27, 2024
1 parent 1aefd17 commit 23e935f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pr_copied_files.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
name: CI Copied Files Check

on:
push:
branches:
- check_pr_copies
pull_request:
branches:
- main

jobs:
# ------------------------------------------------------------------------------------------------------------------------------------------------
# Event `pull_request`: Compare the last commit of the main branch or last remote commit of the PR branch -> to the current commit of a PR branch.
# ------------------------------------------------------------------------------------------------------------------------------------------------
changed_files:
runs-on: ubuntu-latest # windows-latest || macos-latest
runs-on: ubuntu-latest
name: Test changed-files
outputs:
check_result: ${{ steps.step1.outputs.result }}
Expand Down

0 comments on commit 23e935f

Please sign in to comment.