Skip to content

Commit 2f4e093

Browse files
authored
Update main.yml
1 parent f78c921 commit 2f4e093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
path: .github/workflows/src/app/data
4949
key: ${{ runner.OS }}-${{ steps.getminute.outputs.minute }} # cache for 1 minute
5050
- name: Cache Airtable
51-
#if: steps.cache-data.outputs.cache-hit != 'true'
51+
if: steps.cache-data.outputs.cache-hit != 'true'
5252
run: node fetch-data.js
5353
env:
5454
AIRTABLE_SECRET: ${{ secrets.AIRTABLE_SECRET }}

0 commit comments

Comments
 (0)