Skip to content

Commit

Permalink
fix: remove constrains on github workflow push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Dec 2, 2024
1 parent 00a2f5f commit 301f770
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_and_test_eicar_rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Build and Test EICAR Rock

on:
push:
paths:
- .github/workflows/build_and_test_eicar_rock.yaml
- oci_factory_workflows/**
workflow_dispatch:

jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build_external_rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Build External Rock

on:
push:
paths:
- .github/workflows/build_external_rock.yaml
- oci_factory_workflows/**
workflow_dispatch:

jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build_mock_rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Build Mock Rock

on:
push:
paths:
- .github/workflows/build_mock_rock.yaml
- oci_factory_workflows/**
workflow_dispatch:

jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test_external_rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Test External Rock

on:
push:
paths:
- .github/workflows/test_external_rock.yaml
- oci_factory_workflows/**
workflow_dispatch:

env:
Expand Down

0 comments on commit 301f770

Please sign in to comment.