Skip to content

Commit

Permalink
remove prints and change brnach name
Browse files Browse the repository at this point in the history
  • Loading branch information
research-bot committed Sep 3, 2024
1 parent 9d889a2 commit aa403af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/datasource-dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Splunk TA Update

on:
push:
branches:
- update_data_sources
workflow_dispatch: # Manually trigger the workflow
schedule:
- cron: '55 06 * * *' # Runs daily at midnight
Expand All @@ -16,7 +13,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: 'update_data_sources'
ref: 'develop'
token: ${{ secrets.DATA_SOURCES_DEPENDABOT }}

- name: Set up Python
Expand Down

0 comments on commit aa403af

Please sign in to comment.