Skip to content

Commit

Permalink
attempting to prevent local run of unrelated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmhughes committed Dec 10, 2023
1 parent 01f1e01 commit 28c24ea
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/central.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jobs:
call-pre-commit-action:
uses: salt-extensions/central-artifacts/workflows/pre-commit-action.yml@main
uses: salt-extensions/central-artifacts/.github/workflows/pre-commit-action.yml@main
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Pull Request or Push

# on: [push, pull_request]
on:
workflow_call:
inputs:
changed-files:
required: true
type: string
description: JSON string containing information about changed files

jobs:
ci:
name: CI
uses: salt-extensions/central-artifacts/.github/workflows/ci.yml
permissions:
contents: write
pull-requests: read
File renamed without changes.
File renamed without changes.
11 changes: 0 additions & 11 deletions workflows/pr.yml

This file was deleted.

0 comments on commit 28c24ea

Please sign in to comment.