Skip to content

Commit

Permalink
Fix trigger and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jesszzzz committed Oct 22, 2024
1 parent 65002e4 commit b314f5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/core_tests.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
name: facebookresearch/hydra/core_tests
on:
workflow_dispatch:
push:
inputs:
plugin_test:
required: true
default: false
test_plugins:
required: true
default: ""
cache_key_version:
required: false
default: v1
env:
AWS_ACCESS_KEY_ID: xxxxXT3Z
AWS_DEFAULT_REGION: xxxxst-2
AWS_SECRET_ACCESS_KEY: xxxxGsxB
CIRCLECI_TOKEN: xxxxed79
INSTANCE_ROLE_ARN: xxxxr-v1
jobs:
trigger_plugin_pipelines:
if: ${{ !(${{ inputs.plugin_test }}) }}
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/plugin_tests.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
name: facebookresearch/hydra/plugin_tests
on:
workflow_dispatch:
push:
inputs:
plugin_test:
required: true
default: false
test_plugins:
required: true
default: ""
cache_key_version:
required: false
default: v1
env:
AWS_ACCESS_KEY_ID: xxxxXT3Z
AWS_DEFAULT_REGION: xxxxst-2
AWS_SECRET_ACCESS_KEY: xxxxGsxB
CIRCLECI_TOKEN: xxxxed79
INSTANCE_ROLE_ARN: xxxxr-v1
jobs:
test_plugin_linux:
if: ${{ inputs.plugin_test }}
Expand Down

0 comments on commit b314f5e

Please sign in to comment.