Skip to content

Commit

Permalink
Fully disable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deku-95 committed Oct 18, 2023
1 parent 4043dbc commit 7f86703
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test-trigger-job.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 'Test Action'
# name: 'Test Action'
# on: [push]

jobs:
test-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
artefacts-api-key: ${{ secrets.ARTEFACTS_API_KEY }}
job-name: basic_tests
# jobs:
# test-action:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: ./
# with:
# artefacts-api-key: ${{ secrets.ARTEFACTS_API_KEY }}
# job-name: basic_tests

0 comments on commit 7f86703

Please sign in to comment.